mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-17 16:45:21 +00:00
markdown acceptor paste image
This commit is contained in:
@@ -621,7 +621,7 @@ $(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// markdown编辑器paste
|
// markdown编辑器paste
|
||||||
$('#wmd-input-sub').on('paste', function(e) {
|
$('#wmd-input').on('paste', function(e) {
|
||||||
pasteImage(e);
|
pasteImage(e);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user