Skip to content

Commit

Permalink
🔥 Removing some unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Dec 5, 2022
1 parent 504107b commit 4ef36bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/editor-ui/src/models/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ enum COMMANDS {
REMOVE_NODE = 'removeNode',
ADD_CONNECTION = 'addConnection',
REMOVE_CONNECTION = 'removeConnection',
ENABLE_NODE = 'enableNode',
DISABLE_NODE = 'disableNode',
RENAME_NODE = 'renameNode',
ENABLE_NODE_TOGGLE = 'enableNodeToggle',
}

Expand Down

0 comments on commit 4ef36bd

Please sign in to comment.