feat(flow): Add option to disable default change handlers globally
* overwrites applyDefault setting for useEdgeState/useNodeState/useElementsState * export apply change handlers Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -187,4 +187,9 @@ export default (
|
||||
(v) => isDef(v) && (store.edgeUpdaterRadius = v),
|
||||
{ immediate: true },
|
||||
)
|
||||
watch(
|
||||
() => props.applyDefault,
|
||||
(v) => isDef(v) && (store.applyDefault = v),
|
||||
{ immediate: true },
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user