fix(svelte): use absolute position instead of origin position
This commit is contained in:
@@ -122,6 +122,7 @@ export function createStore({
|
||||
}
|
||||
case 'position':
|
||||
node.position = change.position ?? node.position;
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user