mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
feat: add image paste and drag-drop support
This commit is contained in:
+4
-1
@@ -91,7 +91,10 @@ const ALLOWED_SEND_CHANNELS = [
|
||||
'open-table-generator',
|
||||
|
||||
// Insert generated content
|
||||
'insert-generated-content'
|
||||
'insert-generated-content',
|
||||
|
||||
// Image paste/drop
|
||||
'save-pasted-image'
|
||||
];
|
||||
|
||||
const ALLOWED_RECEIVE_CHANNELS = [
|
||||
|
||||
Reference in New Issue
Block a user