add more linter warnings
This commit is contained in:
@@ -28,7 +28,7 @@ class LeftPanel {
|
||||
updateLeftPanel(button) {
|
||||
if (button.disabled) return false;
|
||||
// remove the pressed state on other(s) button(s)
|
||||
$qa("#tools_left *[pressed]").forEach(b => {
|
||||
$qa("#tools_left *[pressed]").forEach((b) => {
|
||||
b.pressed = false;
|
||||
});
|
||||
// pressed state for the clicked button
|
||||
|
||||
Reference in New Issue
Block a user