Skip to content

Commit

Permalink
Added comment with short explanation and ticket reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
engineering-this authored and Comandeer committed Jul 10, 2019
1 parent 51b6df4 commit a2f088b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/widget/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'.cke_widget_drag_handler_container:hover{' +
'opacity:1' +
'}' +
'.cke_editable[contenteditable="false"] .cke_widget_drag_handler_container{' +
'.cke_editable[contenteditable="false"] .cke_widget_drag_handler_container{' + // Hide drag handler in read only mode (#808).
'display:none;' +
'}' +
'img.cke_widget_drag_handler{' +
Expand Down

0 comments on commit a2f088b

Please sign in to comment.