mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 23:55:50 +00:00
ctrl+a, context menu定位, markdown一旦setContent就focus, 导致搜索失去焦点
This commit is contained in:
@@ -88,6 +88,7 @@ this.copy = new gui.MenuItem({
|
||||
this.paste = new gui.MenuItem({
|
||||
label: '粘贴',
|
||||
click: function () {
|
||||
// document.execCommand("selectAll");
|
||||
document.execCommand('paste');
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user