feat: add image paste and drag-drop support

This commit is contained in:
2026-03-04 16:08:55 +05:30
parent e2703d8c57
commit ae7b333cea
3 changed files with 80 additions and 1 deletions
+4 -1
View File
@@ -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 = [