mirror of
https://github.com/leanote/desktop-app.git
synced 2026-01-13 07:03:04 +08:00
fix paste image twice
This commit is contained in:
@@ -466,8 +466,9 @@ function pasteImage(e) {
|
||||
insertImage(url);
|
||||
});
|
||||
e && e.preventDefault();
|
||||
return true
|
||||
}
|
||||
return;
|
||||
return false;
|
||||
|
||||
// 以下是node-webkit版
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
2
public/tinymce/plugins/paste/plugin.min.js
vendored
2
public/tinymce/plugins/paste/plugin.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -220,4 +220,4 @@
|
||||
writeScripts();
|
||||
})(this);
|
||||
|
||||
// $hash: 22c5702fe3523532d768d96e707c6401
|
||||
// $hash: 92dd40192b582927276ae6c571d01e6f
|
||||
File diff suppressed because it is too large
Load Diff
2
public/tinymce/tinymce.full.min.js
vendored
2
public/tinymce/tinymce.full.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -220,4 +220,4 @@
|
||||
writeScripts();
|
||||
})(this);
|
||||
|
||||
// $hash: 8ed9c61cf2444b2803089e5ffeef8377
|
||||
// $hash: c38e82fc5256ed9f4bf83d49b30a4fed
|
||||
Reference in New Issue
Block a user