mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-22 15:31:18 +00:00
components: Remove unused isLoading function from Tab.
This commit is contained in:
committed by
Akash Nimare
parent
02c8a27567
commit
390bf907e5
@@ -25,10 +25,6 @@ class Tab extends BaseComponent {
|
|||||||
this.$el.addEventListener('mouseout', this.props.onHoverOut);
|
this.$el.addEventListener('mouseout', this.props.onHoverOut);
|
||||||
}
|
}
|
||||||
|
|
||||||
isLoading() {
|
|
||||||
return this.webview.isLoading;
|
|
||||||
}
|
|
||||||
|
|
||||||
activate() {
|
activate() {
|
||||||
this.$el.classList.add('active');
|
this.$el.classList.add('active');
|
||||||
this.webview.load();
|
this.webview.load();
|
||||||
|
|||||||
Reference in New Issue
Block a user