diff --git a/web/js/sections/board-control.js b/web/js/sections/board-control.js index ccb747a..57813c9 100644 --- a/web/js/sections/board-control.js +++ b/web/js/sections/board-control.js @@ -470,7 +470,7 @@ export default { const y = bounds.yMax - (yClick / rect.height) * h; const check = IK.checkWorkspace(x, y); - if (!check.valid) { + if (!check.ok) { UI.log(check.reason, 'warning'); return; }