fix evalscript
This commit is contained in:
parent
a1b663d642
commit
204430878a
File diff suppressed because one or more lines are too long
|
|
@ -61,7 +61,7 @@ export const viEvalScript = (
|
|||
...passprop,
|
||||
_meta: vi.meta,
|
||||
_item: meta.item,
|
||||
_syncm: syncronize,
|
||||
_syncm: typeof syncronize !== "undefined" ? syncronize : undefined,
|
||||
};
|
||||
|
||||
if (typeof passprop === "object") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue