Skip to content

Commit

Permalink
Fix angular passive event issue
Browse files Browse the repository at this point in the history
  • Loading branch information
orestbida committed Aug 7, 2022
1 parent 7e2192c commit 0639a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/modals/components/preferences-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const _createPreferencesModal = (api) => {
if (event.keyCode === 27) {
api.hidePreferences();
}
}, true);
});

// modal header
globalObj._dom._pmHeader = _createNode(DIV_TAG);
Expand Down

0 comments on commit 0639a62

Please sign in to comment.