mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-10 13:38:09 +08:00
Fix doctest result selection
This commit is contained in:
parent
b3db1d450e
commit
67de9dc657
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ const Session = {
|
||||||
// If the click is outside the notebook element, keep the focus as is
|
// If the click is outside the notebook element, keep the focus as is
|
||||||
!event.target.closest(`[data-el-notebook]`) ||
|
!event.target.closest(`[data-el-notebook]`) ||
|
||||||
// If the click is inside the custom doctest editor widget, keep the focus as is
|
// 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) {
|
if (this.insertMode) {
|
||||||
this.setInsertMode(false);
|
this.setInsertMode(false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue