mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
fix lint
This commit is contained in:
parent
9a94b202d7
commit
95b30aa69e
1 changed files with 3 additions and 1 deletions
|
|
@ -197,7 +197,9 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
});
|
||||
break;
|
||||
case "fill-mask":
|
||||
if (clicked) colourRef?.click();
|
||||
if (clicked) {
|
||||
colourRef?.click();
|
||||
}
|
||||
fillMask(canvas, colour);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue