Skip to content

Commit

Permalink
fixed 'PL.Util.enableRichTextModeKeyboardShortcut' error
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherean committed Jul 3, 2020
1 parent 9ff80a6 commit e1c9c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/PublicLab.Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -20479,7 +20479,7 @@ PL.MapModule = require('./modules/PublicLab.MapModule.js');

$(document).ready(function() {
PL.Util.preventModalScrollToTop();
PL.Util.enableRichTextModeKeyboardShortcut();
PL.Util.enableTextModeKeyboardShortcut();
PL.Util.preventUploadedImagesDragging();
});

Expand Down
2 changes: 1 addition & 1 deletion src/PublicLab.Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PL.MapModule = require('./modules/PublicLab.MapModule.js');

$(document).ready(function() {
PL.Util.preventModalScrollToTop();
PL.Util.enableRichTextModeKeyboardShortcut();
PL.Util.enableTextModeKeyboardShortcut();
PL.Util.preventUploadedImagesDragging();
});

Expand Down

0 comments on commit e1c9c49

Please sign in to comment.