fix(recording): missing cursor

Missing parentheses in logical expression
This commit is contained in:
germanocaumo 2023-05-25 15:31:45 +00:00
parent 4014c1205c
commit e4c430b01a

View File

@ -1038,7 +1038,7 @@ def process_presentation(package_dir)
if cursor_x < 0 || cursor_y < 0
cursor_visible = false
end
if cursor_x >= 100 || cursor_y >= 100 && !tldraw
if (cursor_x >= 100 || cursor_y >= 100) && !tldraw
cursor_visible = false
end