mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
make plane wizard use entityCapture
This commit is contained in:
parent
a838012733
commit
ace468c2ac
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ export default {
|
|||
},
|
||||
datum: {
|
||||
type: 'entity',
|
||||
allowedKinds: entityKindCapture('face', 'datum'),
|
||||
entityCapture: entityKindCapture('face', 'datum'),
|
||||
optional: true,
|
||||
defaultValue: {
|
||||
usePreselection: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue