Fix doctest result selection

This commit is contained in:
Jonatan Kłosko 2023-05-31 13:09:32 +02:00
parent b3db1d450e
commit 67de9dc657

View file

@ -463,7 +463,7 @@ const Session = {
// If the click is outside the notebook element, keep the focus as is
!event.target.closest(`[data-el-notebook]`) ||
// If the click is inside the custom doctest editor widget, keep the focus as is
event.target.closest(`.doctest-failure-overlay`)
event.target.closest(`.doctest-details-widget`)
) {
if (this.insertMode) {
this.setInsertMode(false);