fix(canvas): unable to copy-paste

This commit is contained in:
Elian Doran 2025-03-05 09:27:20 +02:00
parent ce2961ebd6
commit 7bcbf29f21
No known key found for this signature in database

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;