Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
krmanik committed Dec 15, 2024
1 parent 33585ae commit 71665dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/routes/image-occlusion/Toolbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
function onWheel(event: WheelEvent) {
// allow scroll in fields, when mask editor hidden
if(!$ioMaskEditorVisible) {
return
if (!$ioMaskEditorVisible) {
return;
}
if (event.ctrlKey) {
Expand Down

0 comments on commit 71665dc

Please sign in to comment.