[PyCharm] PY-74366 Jupyter (refactor): Refactor JupyterCommandModeActions, remove use delegate actions

(cherry picked from commit f8f52837594539b04b6a8c2f0d9c011cac1d3a52)


(cherry picked from commit 51621231af852333aad204797ca8b5801a2b254d)

IJ-CR-147319

GitOrigin-RevId: 7a56e7d579258afc964be00c0f468f9f087a7c3e
This commit is contained in:
Nikita.Ashihmin
2024-10-16 17:06:06 +04:00
committed by intellij-monorepo-bot
parent df0ad5da47
commit 8beae300b4

View File

@@ -39,7 +39,7 @@ internal class NotebookOutputCollapseAllAction private constructor() : ToggleAct
}
// same as Collapse All Action, but collapse outputs of selected cells
internal class NotebookOutputCollapseAllInSelectedCellsAction private constructor() : ToggleAction(), DumbAware {
open class NotebookOutputCollapseAllInSelectedCellsAction() : ToggleAction(), DumbAware {
override fun getActionUpdateThread(): ActionUpdateThread = ActionUpdateThread.EDT
override fun update(e: AnActionEvent) {