fix(svelte): use absolute position instead of origin position

This commit is contained in:
moklick
2024-06-26 13:43:32 +02:00
parent a8c9b93fe7
commit ef14ba025c
5 changed files with 5 additions and 19 deletions
+1
View File
@@ -122,6 +122,7 @@ export function createStore({
}
case 'position':
node.position = change.position ?? node.position;
break;
}
}