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

GitOrigin-RevId: f8f52837594539b04b6a8c2f0d9c011cac1d3a52
This commit is contained in:
Nikita.Ashihmin
2024-10-16 18:50:51 +00:00
committed by intellij-monorepo-bot
parent 5c19977d4d
commit 13ac28ba71
@@ -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) {