Skip to content

Commit

Permalink
Other: Update the code comment regarding canceling Ctrl+K key stroke.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec committed Apr 20, 2020
1 parent e385eb8 commit dd4359e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-link/src/linkui.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default class LinkUI extends Plugin {

// Handle the `Ctrl+K` keystroke and show the panel.
editor.keystrokes.set( linkKeystroke, ( keyEvtData, cancel ) => {
// Prevent focusing the search bar in FF and opening new tab in Edge. #153, #154.
// Prevent focusing the search bar in FF, Chrome and Edge. See https://github.com/ckeditor/ckeditor5/issues/4811.
cancel();

this._showUI( true );
Expand Down

0 comments on commit dd4359e

Please sign in to comment.