mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-28 10:33:39 +00:00
Support switching Settings view from different action buttons.
This commit is contained in:
@@ -173,6 +173,10 @@ class WebView extends BaseComponent {
|
||||
this.hide();
|
||||
this.$el.reload();
|
||||
}
|
||||
|
||||
send(...param) {
|
||||
this.$el.send(...param);
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = WebView;
|
||||
|
||||
Reference in New Issue
Block a user