mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
fix putting new attribute correctly into becca
This commit is contained in:
@@ -431,7 +431,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
notes = JSON.parse(jsonStr);
|
||||
}
|
||||
catch (e) {
|
||||
logError(`Cannot parse ${jsonStr} into notes for drop`);
|
||||
logError(`Cannot parse JSON '${jsonStr}' into notes for drop`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user