mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-22 20:00:30 -05:00
Merge branch 'stable'
This commit is contained in:
@@ -207,9 +207,11 @@ if (isElectron()) {
|
||||
|
||||
await noteTree.activateNode(parentNoteId);
|
||||
|
||||
const node = noteTree.getCurrentNode();
|
||||
setTimeout(() => {
|
||||
const node = noteTree.getCurrentNode();
|
||||
|
||||
await noteTree.createNote(node, node.data.noteId, 'into', node.data.isProtected);
|
||||
noteTree.createNote(node, node.data.noteId, 'into', node.data.isProtected);
|
||||
}, 500);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ function info(message) {
|
||||
|
||||
function error(message) {
|
||||
// we're using .info() instead of .error() because simple-node-logger emits weird error for showError()
|
||||
info(message);
|
||||
info("ERROR: " + message);
|
||||
}
|
||||
|
||||
const requestBlacklist = [ "/libraries", "/javascripts", "/images", "/stylesheets" ];
|
||||
|
||||
Reference in New Issue
Block a user