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