parent
6c66a8935a
commit
ed330f246c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class MarkdownEditor {
|
|||
let action = button.getAttribute('data-action');
|
||||
if (action === 'insertImage') this.actionInsertImage();
|
||||
if (action === 'insertLink') this.actionShowLinkSelector();
|
||||
if (action === 'insertDrawing' && event.ctrlKey) {
|
||||
if (action === 'insertDrawing' && (event.ctrlKey || event.metaKey)) {
|
||||
this.actionShowImageManager();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue