Timothy J. Baek 7 months ago
parent
commit
dc2e75017d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/workspace/Tools/ToolkitEditor.svelte

+ 1 - 1
src/lib/components/workspace/Tools/ToolkitEditor.svelte

@@ -1,5 +1,5 @@
 <script>
-	import { getContext, createEventDispatcher, onMount } from 'svelte';
+	import { getContext, createEventDispatcher, onMount, tick } from 'svelte';
 
 	const i18n = getContext('i18n');