Show highlighted text in the left pane

This commit is contained in:
SiriusXT
2023-05-31 18:32:33 +08:00
parent d26a0fae17
commit 86861f6ec3
6 changed files with 365 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ import BacklinksWidget from "../widgets/floating_buttons/zpetne_odkazy.js";
import SharedInfoWidget from "../widgets/shared_info.js";
import FindWidget from "../widgets/find.js";
import TocWidget from "../widgets/toc.js";
import HltWidget from "../widgets/highlighted_text.js";
import BulkActionsDialog from "../widgets/dialogs/bulk_actions.js";
import AboutDialog from "../widgets/dialogs/about.js";
import HelpDialog from "../widgets/dialogs/help.js";
@@ -181,6 +182,7 @@ export default class DesktopLayout {
)
.child(new RightPaneContainer()
.child(new TocWidget())
.child(new HltWidget())
.child(...this.customWidgets.get('right-pane'))
)
)