mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-17 16:45:21 +00:00
custom server
This commit is contained in:
@@ -117,12 +117,14 @@ define("tinymce/pasteplugin/Plugin", [
|
||||
active: self.clipboard.pasteFormat == "text"
|
||||
});
|
||||
|
||||
/*
|
||||
editor.addButton('pasteCopyImage', {
|
||||
icon: 'copy',
|
||||
tooltip: "When Paste other site's image, copy it into my album as public image",
|
||||
onclick: togglePasteCopyImage,
|
||||
active: self.clipboard.copyImage === true
|
||||
});
|
||||
*/
|
||||
|
||||
editor.addMenuItem('pastetext', {
|
||||
text: 'Paste as text',
|
||||
|
Reference in New Issue
Block a user