You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe that cursor does not re-appear until you re-enter a port's capture area
Observe 🐍 errors in console explaining that it could not find a mode
Explanation:
Wire mode cursor drawing requires a "mode" to be set so we know which kind of connection icon to show (i.e. set, merge, remove). This information is cleared when a live wire is committed as a real wire, but the cursor is likely still over a port.
Likely fixable by not clearing the cursor information (maybe just mode?) on wire commit.
The text was updated successfully, but these errors were encountered:
Reproduction:
mode
Explanation:
Wire mode cursor drawing requires a "mode" to be set so we know which kind of connection icon to show (i.e. set, merge, remove). This information is cleared when a live wire is committed as a real wire, but the cursor is likely still over a port.
Likely fixable by not clearing the cursor information (maybe just mode?) on wire commit.
The text was updated successfully, but these errors were encountered: