fixed history navigation buttons

This commit is contained in:
zadam
2022-12-23 20:17:04 +01:00
parent e1d20b8ff8
commit e5e0add1a2
7 changed files with 25 additions and 43 deletions

View File

@@ -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;
}