Skip to content

Commit

Permalink
fix inouthelper flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Dec 21, 2023
1 parent 2f5c892 commit 6d4e83b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style_editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -7168,6 +7168,7 @@
super.run(blade);
var now = micros();
var delta = now - this.last_micros;
if (delta < 0 || delta > 1000000) delta = 1;
this.last_micros = now;
if (blade.is_on()) {
if (this.extension == 0.0) {
Expand Down

0 comments on commit 6d4e83b

Please sign in to comment.