Skip to content

Commit

Permalink
fix: don't interfere with context pad
Browse files Browse the repository at this point in the history
Related to #161
  • Loading branch information
philippfromme committed Feb 22, 2024
1 parent 7e59e6b commit c2a5a53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/features/disable-modeling/DisableModeling.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default function DisableModeling(

if (modelingDisabled) {
directEditing.cancel();
contextPad.close();
dragging.cancel();
}

Expand Down Expand Up @@ -56,8 +55,6 @@ export default function DisableModeling(
});
}

ignoreIfModelingDisabled(contextPad, 'open');

ignoreIfModelingDisabled(dragging, 'init');

ignoreIfModelingDisabled(directEditing, 'activate');
Expand Down

0 comments on commit c2a5a53

Please sign in to comment.