fix: Component awlays reset
This commit is contained in:
4
src/components/InjectKeys.ts
Normal file
4
src/components/InjectKeys.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { InjectionKey, Ref } from "vue";
|
||||
|
||||
export const CanvasCurrentSelectedComponentID = Symbol() as InjectionKey<Ref<string | null>>
|
||||
|
||||
Reference in New Issue
Block a user