We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70da21 commit 93d3318Copy full SHA for 93d3318
plugins/notification/plugin.js
@@ -7,6 +7,7 @@
7
8
CKEDITOR.plugins.add( 'notification', {
9
lang: 'en', // %REMOVE_LINE_CORE%
10
+ requires: 'toolbar',
11
12
init: function( editor ) {
13
editor._.notificationArea = new Area( editor );
plugins/uploadimage/plugin.js
@@ -18,7 +18,7 @@
18
},
19
20
21
- // Do not execute this paste lister if it will not be possible to upload file.
+ // Do not execute this paste listener if it will not be possible to upload file.
22
if ( !CKEDITOR.plugins.clipboard.isFileApiSupported ) {
23
return;
24
}
0 commit comments