Skip to content

Commit

Permalink
fix(client): added a control to prevent interferences with logs' text…
Browse files Browse the repository at this point in the history
… selection and mouse clicks
  • Loading branch information
will-moss committed May 10, 2024
1 parent 85b337d commit 9c290fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/client/assets/js/isaiah.js
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,8 @@
if (!isAllowed) return;

// Any allowed command will deactivate the render-blocker
state.shouldStopRendering = false;
if (!['_render', '_enterInspect', 'confirm'].includes(cmdString))
state.shouldStopRendering = false;

cmd(...args);

Expand Down

0 comments on commit 9c290fb

Please sign in to comment.