mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-12 01:44:42 -05:00
Error when managing sketches #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GitWither on GitHub (Nov 1, 2025).
Adding elements to sketches seems to result in an immediate error screen. This happens with any element and instantly makes the application unusable, forcing a page reload.
Running commit
7e9054df76on a local network accessed with Firefox from another machineFollowing errors are present in the console:
Stack trace
TypeError: can't access property "value", M.warmupTicks is undefined@dextmorgn commented on GitHub (Nov 1, 2025):
Hello @GitWither,
Thanks for pointing this out, I indeed touched
warmupTicksproperty recently and managed to reproduce the bug. Working on a fix now, it should be fixed in a couple of minutes !@dextmorgn commented on GitHub (Nov 1, 2025):
@GitWither, this should be fixed now, rebase and let me know !
@GitWither commented on GitHub (Nov 1, 2025):
Appears to be working, thanks!