Skip to content

Commit

Permalink
use capture on zone widget click to prevent interference (#187736)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatten authored Jul 24, 2023
1 parent 854121f commit 7b0a86b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ export class InlineChatZoneWidget extends ZoneWidget {
if (!this.widget.hasFocus()) {
this.widget.focus();
}
}));
}, true));

// todo@jrieken listen ONLY when showing
const updateCursorIsAboveContextKey = () => {
Expand Down

0 comments on commit 7b0a86b

Please sign in to comment.