refactor: simplify DesignerPreview component by removing unused props and events
This commit is contained in:
@@ -322,8 +322,6 @@ export const useSlipmatDesigner = () => {
|
||||
instance.on(eventName, handleMutation);
|
||||
});
|
||||
|
||||
instance.on("after:render", () => schedulePreviewRefresh());
|
||||
|
||||
const selectionEvents = [
|
||||
"selection:created",
|
||||
"selection:updated",
|
||||
|
||||
Reference in New Issue
Block a user