Merge branch 'develop' into chore_add-eslint

This commit is contained in:
Panagiotis Papadopoulos 2025-03-05 09:16:02 +01:00 committed by GitHub
commit d8ea415b84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -541,10 +541,6 @@ export default class ExcalidrawTypeWidget extends TypeWidget {
excalidrawAPI: (api: ExcalidrawImperativeAPI) => {
this.excalidrawApi = api;
},
onPaste: (data: unknown, event: unknown) => {
console.log("Verbose: excalidraw internal paste. No trilium action implemented.", data, event);
return false;
},
onLibraryChange: () => {
this.libraryChanged = true;