Skip to content

Commit

Permalink
Update hub.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed May 4, 2021
1 parent 28e1625 commit a1e643e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/modules/hub.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ let hub_prototype = {
this.next()
} else {
this.halt();
this.grapher.draw(this.node);
}
}

Expand All @@ -360,7 +359,6 @@ let hub_prototype = {

window_resize_checker: function() {
if (this.window_resize_time) {
this.grapher.draw(this.node);
this.save_window_size();
this.window_resize_time = null;
}
Expand All @@ -373,7 +371,7 @@ let hub_prototype = {
this.grapher.draw(this.node);
setTimeout(() => {
this.graph_draw_spinner()
}, 1000);
}, 333);
},

};

0 comments on commit a1e643e

Please sign in to comment.