8
0
Maciej Bukowski 8 лет назад
Родитель
Сommit
b9420e1b71
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      packages/ckeditor5-link/src/link.js

+ 1 - 2
packages/ckeditor5-link/src/link.js

@@ -133,8 +133,7 @@ export default class Link extends Plugin {
 
 
 		// Handle the `Ctrl+K` keystroke and show the panel.
 		// Handle the `Ctrl+K` keystroke and show the panel.
 		editor.keystrokes.set( linkKeystroke, ( keyEvtData, cancel ) => {
 		editor.keystrokes.set( linkKeystroke, ( keyEvtData, cancel ) => {
-			// Prevent focusing the search bar in FF. #153.
-			// Prevent opening new tab in Edge. #154.
+			// Prevent focusing the search bar in FF and opening new tab in Edge. #153, #154.
 			cancel();
 			cancel();
 
 
 			if ( linkCommand.isEnabled ) {
 			if ( linkCommand.isEnabled ) {