I've noticed that when I have a really large entry (say I did (def json-body "..large json blob...")) in my history and I open the REPL History window, the window will open on the secondary monitor if it's on the left.

Is there a way to prevent this? My current mitigation strategy is to set the REPL history size to 1, exit IntelliJ, and start REPL again, then change history size to a reasonable value.
I've noticed that when I have a really large entry (say I did
(def json-body "..large json blob...")) in my history and I open the REPL History window, the window will open on the secondary monitor if it's on the left.Is there a way to prevent this? My current mitigation strategy is to set the REPL history size to 1, exit IntelliJ, and start REPL again, then change history size to a reasonable value.