Merge remote-tracking branch 'origin/master'

This commit is contained in:
zadam 2022-07-06 21:31:57 +02:00
commit c575d47f0e

View File

@ -11,8 +11,8 @@ export default class LeftPaneToggleWidget extends ButtonWidget {
: "bx-chevrons-right"; : "bx-chevrons-right";
this.settings.title = isLeftPaneVisible this.settings.title = isLeftPaneVisible
? "Hide panel." ? "Hide panel"
: "Open panel."; : "Open panel";
this.settings.command = isLeftPaneVisible this.settings.command = isLeftPaneVisible
? "hideLeftPane" ? "hideLeftPane"