feat(mobile): add very basic support for tabs

This commit is contained in:
Elian Doran
2025-01-04 21:03:03 +02:00
parent 42e4c7800a
commit 027b52e785
4 changed files with 13 additions and 19 deletions

View File

@@ -237,7 +237,7 @@ class NoteContext extends Component
this.hoistedNoteId = noteIdToHoist;
if (!this.notePathArray?.includes(noteIdToHoist) && !utils.isMobile()) {
if (!this.notePathArray?.includes(noteIdToHoist)) {
await this.setNote(noteIdToHoist);
}