Skip to content

Commit

Permalink
chore: cleanup remove handler state
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Aug 1, 2023
1 parent 6e3647e commit 6106115
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/src/editor/store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const editorInitialState: EditorState = {
hovered: new Set<NodeId>(),
},
indicator: null,
handlers: null,
options: {
onNodesChange: () => null,
onRender: ({ render }) => render,
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/interfaces/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export type EditorState = {
nodes: Nodes;
events: EditorEvents;
options: Options;
handlers: CoreEventHandlers;
indicator: Indicator;
};

Expand Down

0 comments on commit 6106115

Please sign in to comment.