From 13ac28ba7135adf2c8e5dbbc462b73ee41456703 Mon Sep 17 00:00:00 2001 From: "Nikita.Ashihmin" Date: Wed, 16 Oct 2024 17:06:06 +0400 Subject: [PATCH] [PyCharm] PY-74366 Jupyter (refactor): Refactor JupyterCommandModeActions, remove use delegate actions GitOrigin-RevId: f8f52837594539b04b6a8c2f0d9c011cac1d3a52 --- .../impl/NotebookOutputCollapseAllInSelectedCellsAction.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/visualization/src/com/intellij/notebooks/visualization/outputs/impl/NotebookOutputCollapseAllInSelectedCellsAction.kt b/notebooks/visualization/src/com/intellij/notebooks/visualization/outputs/impl/NotebookOutputCollapseAllInSelectedCellsAction.kt index d11aaebc1bac..bcf9ccf7380d 100644 --- a/notebooks/visualization/src/com/intellij/notebooks/visualization/outputs/impl/NotebookOutputCollapseAllInSelectedCellsAction.kt +++ b/notebooks/visualization/src/com/intellij/notebooks/visualization/outputs/impl/NotebookOutputCollapseAllInSelectedCellsAction.kt @@ -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) {