mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
PY-80533 Jupyter: Remove consume click on nd click to another cell from md cell
Signed-off-by: Nikita.Ashihmin <nikita.ashihmin@jetbrains.com> GitOrigin-RevId: ed46ed7926401390ce764a2fca26792c9a74d39b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f96a0bbf5d
commit
24d0701d61
@@ -203,7 +203,7 @@ class DecoratedEditor private constructor(
|
||||
}
|
||||
mouseButton == MouseEvent.BUTTON1 && !model.isSelectedCell(clickedCell) -> {
|
||||
model.selectSingleCell(clickedCell)
|
||||
return true
|
||||
return false
|
||||
}
|
||||
}
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user