You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix non-first morpheme form cell stealing focus to gloss input
Clicking a span (non-first) form cell in MorphemeBox bubbled its
mousedown up to TokenChip's label handler, which only recognizes
input/button targets and so treated the span as unhandled, focusing
the gloss input before the popover opened.
0 commit comments