diff --git a/commons-extension-webapp/src/main/webapp/ckeditor/plugins/image2/plugin.js b/commons-extension-webapp/src/main/webapp/ckeditor/plugins/image2/plugin.js index 3a552559b..fcdb641b1 100644 --- a/commons-extension-webapp/src/main/webapp/ckeditor/plugins/image2/plugin.js +++ b/commons-extension-webapp/src/main/webapp/ckeditor/plugins/image2/plugin.js @@ -1179,7 +1179,7 @@ attachToDocuments( 'mousemove', onMouseMove, listeners ); // Clean up the mousemove listener. Update widget data if valid. - attachToDocuments( 'mouseup', onMouseUp, listeners ); + attachToDocuments( 'pointerup', onMouseUp, listeners ); // The entire editable will have the special cursor while resizing goes on. editable.addClass( cursorClass );