@seafile/seafile-editor 0.3.111 → 0.3.112

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -207,6 +207,9 @@ var Plugin = function Plugin(_editor) {
207
207
  };
208
208
 
209
209
  this.onCopy = function (event, editor) {
210
+ event.stopPropagation();
211
+ event.nativeEvent.stopImmediatePropagation();
212
+
210
213
  if (_this.tableUtils.isInTable()) {
211
214
  event.preventDefault();
212
215
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-editor",
3
- "version": "0.3.111",
3
+ "version": "0.3.112",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "^0.0.9",