Skip to content

Commit

Permalink
fix the resize delayed repaint
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 16, 2021
1 parent ba6496f commit 671f70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aptus/web/static/aptus.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ const App = {
if (this.resize_timeout) {
clearTimeout(this.resize_timeout);
}
resize_timeout = setTimeout(
this.resize_timeout = setTimeout(
() => {
this.resize_timeout = null;
this.view.set_size();
Expand Down

0 comments on commit 671f70c

Please sign in to comment.