Skip to content

Commit

Permalink
Merge pull request desmosinc#266 from desmosinc/mike/do-not-unset-ign…
Browse files Browse the repository at this point in the history
…ore-next-mousedown

do not unset the ignoreNextMousedown option
  • Loading branch information
mikehaverstock authored Sep 28, 2023
2 parents 4d4292e + f72216d commit 44d50e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/mouse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class Controller_mouse extends Controller_latex {
(e.target as any).unselectable = true; // http://jsbin.com/yagekiji/1 // TODO - no idea what this unselectable property is

if (cursor.options.ignoreNextMousedown(e)) return;
else cursor.options.ignoreNextMousedown = ignoreNextMouseDownNoop;

// some elements should not act like internal mathquill nodes. Tokens for instance define external
// click / hover behaviors. So we have mathquill act like the item was never clicked. This allows
Expand Down

0 comments on commit 44d50e3

Please sign in to comment.