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:
Nikita.Ashihmin
2025-05-12 19:23:25 +04:00
committed by intellij-monorepo-bot
parent f96a0bbf5d
commit 24d0701d61

View File

@@ -203,7 +203,7 @@ class DecoratedEditor private constructor(
}
mouseButton == MouseEvent.BUTTON1 && !model.isSelectedCell(clickedCell) -> {
model.selectSingleCell(clickedCell)
return true
return false
}
}
return false