[pycharm] PY-81937 Jupyter: resolve overlapping with view as image button

GitOrigin-RevId: 9232376c6bccf7c3f826ea8bceb5fea5fa1b1b15
This commit is contained in:
ekaterina.itsenko
2025-09-05 19:57:49 +00:00
committed by intellij-monorepo-bot
parent dc71343aef
commit 41796bf600
@@ -553,11 +553,6 @@ public class PyDebugValue extends XNamedValue {
null);
action.actionPerformed(actionEvent);
}
@Override
public boolean alwaysOnScreen() {
return true;
}
});
}