mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-16 08:01:53 +00:00
本地添加图片成功, add resource 待完善
This commit is contained in:
@@ -414,7 +414,7 @@ function setEditorContent(content, isMarkdown, preview) {
|
||||
|
||||
// 复制图片
|
||||
function pasteImage(e) {
|
||||
Common.pasteImage(e, FileReader, function(url) {
|
||||
FileService.pasteImage(e, FileReader, function(url) {
|
||||
insertImage(url);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user