mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Hide access key help when settings tab is selected
This commit is contained in:
parent
aefefc546e
commit
665d35f113
1 changed files with 1 additions and 0 deletions
|
|
@ -742,6 +742,7 @@
|
|||
},
|
||||
_selectedTabChanged(selectedTab) {
|
||||
if (this.selectedTab === 'settings') {
|
||||
this.$.addAccessKeyHelpBubble.hide();
|
||||
this.$.serverSettings.update(this.serverName, this.metricsEnabled);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue