Is this happening on your side as well? Example code I'm trying: ```py from manimlib import * class Test(Scene): def construct(self): ## circle = Circle() self.play(ShowCreation(circle), run_time=3) ``` Steps: ```bash manimgl # Press "Preview Manim Cell" # While it's still executing: "Preview Manim Cell" again -> it quits ```