Move objectID into model
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ReactNode, createElement } from "react";
|
||||
import { Emitter } from "@Model/Emitter";
|
||||
import { Localization } from "@Component/Localization/Localization";
|
||||
import { IAnyObject } from "@Model/Renderer";
|
||||
import { IAnyObject } from "@Model/Model";
|
||||
|
||||
enum ResizeDragDirection {
|
||||
top = 1,
|
||||
|
||||
Reference in New Issue
Block a user