From abc9f49ae607372e1291ccb422c36d7998564431 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 12 Apr 2025 09:23:24 +0300 Subject: [PATCH] fix(mobile): include note & add link dialogs (closes #1677) --- docs/Release Notes/Release Notes/v0.92.8-beta.md | 3 ++- src/public/app/layouts/mobile_layout.ts | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/Release Notes/Release Notes/v0.92.8-beta.md b/docs/Release Notes/Release Notes/v0.92.8-beta.md index 370e75859..c26862c73 100644 --- a/docs/Release Notes/Release Notes/v0.92.8-beta.md +++ b/docs/Release Notes/Release Notes/v0.92.8-beta.md @@ -1,4 +1,4 @@ -# v0.92.8-beta +# v0.92.8-beta ## 💡 Key highlights * … @@ -6,6 +6,7 @@ ## 🐞 Bugfixes * Calendar does not hide when clicking on a note by @JYC333 +* [Unable to add internal link on mobile version](https://github.com/TriliumNext/Notes/issues/1677) ## ✨ Improvements diff --git a/src/public/app/layouts/mobile_layout.ts b/src/public/app/layouts/mobile_layout.ts index 259b440b0..505bcb7b5 100644 --- a/src/public/app/layouts/mobile_layout.ts +++ b/src/public/app/layouts/mobile_layout.ts @@ -32,6 +32,8 @@ import RecentChangesDialog from "../widgets/dialogs/recent_changes.js"; import PromptDialog from "../widgets/dialogs/prompt.js"; import RefreshButton from "../widgets/floating_buttons/refresh_button.js"; import MobileEditorToolbar from "../widgets/ribbon_widgets/mobile_editor_toolbar.js"; +import AddLinkDialog from "../widgets/dialogs/add_link.js"; +import IncludeNoteDialog from "../widgets/dialogs/include_note.js"; const MOBILE_CSS = `