mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
fixed history navigation buttons
This commit is contained in:
@@ -39,8 +39,6 @@ class NoteContext extends Component {
|
||||
async setNote(inputNotePath, triggerSwitchEvent = true) {
|
||||
const resolvedNotePath = await this.getResolvedNotePath(inputNotePath);
|
||||
|
||||
console.log("EEEEEE", inputNotePath, resolvedNotePath);
|
||||
|
||||
if (!resolvedNotePath) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user