Skip to content

Commit 518b718

Browse files
committed
Added clipboard plugin as a dependency of widgets since it's needed to drag and drop widget instances.
1 parent 615d1e1 commit 518b718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/widget/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
CKEDITOR.plugins.add( 'widget', {
1717
lang: 'en,ja,uk', // %REMOVE_LINE_CORE%
18-
requires: 'lineutils',
18+
requires: 'lineutils,clipboard',
1919
onLoad: function() {
2020
CKEDITOR.addCss(
2121
'.cke_widget_wrapper{' +

0 commit comments

Comments
 (0)