Repaint clean up

This commit is contained in:
Sam Potts
2019-06-03 20:12:21 +10:00
parent ab89e055de
commit c94ab2a39f
2 changed files with 10 additions and 9 deletions

View File

@ -73,9 +73,6 @@ function toggleFallback(toggle = false) {
.filter(part => part.trim() !== property)
.join(',');
}
// Force a repaint as sometimes Safari doesn't want to fill the screen
setTimeout(() => repaint(this.target), 100);
}
// Toggle button and fire events