Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Instrument window bug #12

Merged
merged 4 commits into from
Jul 21, 2023

Conversation

nakajimayoshi
Copy link
Contributor

closes #11

Previously when interacting with the instrument frame the TransformWrapper would randomly jump to to a different locations on the Canvas. This introduces a shared state between the Canvas & Instrument components such that the transform wrapper is disabled when the mouse is within an instrument frame.

src/pages/Workspace.tsx Outdated Show resolved Hide resolved
@MikeRomaa MikeRomaa added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Jul 14, 2023
@MikeRomaa MikeRomaa mentioned this pull request Jul 10, 2023
5 tasks
@MikeRomaa MikeRomaa merged commit 8a56a11 into synapticsim:master Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Canvas: Random view panning when interacting with instrument toolbar
2 participants