We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b7d21 commit 559b96eCopy full SHA for 559b96e
manimlib/scene/scene.py
@@ -63,7 +63,7 @@ def __init__(self, **kwargs):
63
# Items associated with interaction
64
self.mouse_point = Point()
65
self.mouse_drag_point = Point()
66
- self.hold_on_wait = not self.presenter_mode
+ self.hold_on_wait = self.presenter_mode
67
68
# Much nicer to work with deterministic scenes
69
if self.random_seed is not None:
0 commit comments