mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-26 01:52:02 +01:00
fix creating objects off of datum
This commit is contained in:
parent
65aa1fea56
commit
dea23c2d57
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ function sceneSynchronizer(ctx) {
|
|||
} else if (model instanceof MDatum) {
|
||||
modelView = new DatumView(ctx, model, wizard.open,
|
||||
datum => pickControl.pick(datum),
|
||||
e => action.run(params, ctx, 'menu.datum'),
|
||||
e => action.run('menu.datum', e),
|
||||
wizard.isInProgress);
|
||||
} else {
|
||||
console.warn('unsupported model ' + model);
|
||||
|
|
|
|||
Loading…
Reference in a new issue