зеркало из https://github.com/nextcloud/spreed.git
Close rename input when popover is closed.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
a161ebd5dd
Коммит
49d15d4288
|
@ -161,6 +161,12 @@
|
|||
},
|
||||
toggleMenuClass: function() {
|
||||
this.ui.menu.toggleClass('open', this.menuShown);
|
||||
|
||||
// Hide rename input and show button when opening menu
|
||||
if (this.menuShown) {
|
||||
this.$el.find('.rename-element').addClass('hidden-important');
|
||||
this.$el.find('.rename-room-button').removeClass('hidden-important');
|
||||
}
|
||||
},
|
||||
checkSharingStatus: function() {
|
||||
if (this.model.get('type') === 1) { // 1on1
|
||||
|
|
Загрузка…
Ссылка в новой задаче