Merge pull request #2961 from mwr0007/master

Remove period from left pane toggle button tooltip
This commit is contained in:
zadam
2022-07-05 23:31:29 +02:00
committed by GitHub

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"