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
I'd really like to use this for a project, but with the editor embedded in a resizable panel in my main view. For that to work with a nice user experience, I need pan/zoom so you can zoom to an appropriate level to edit the part of the patch you care about. I tried to implement it "monkeypatched" in (using d3.zoom() behavior on the container), but unfortunately it seems that the node drag-to-move events interfere with the behavior I'd like to achieve. I think it'd be hard to implement without access to the internals.
The text was updated successfully, but these errors were encountered:
I'd really like to use this for a project, but with the editor embedded in a resizable panel in my main view. For that to work with a nice user experience, I need pan/zoom so you can zoom to an appropriate level to edit the part of the patch you care about. I tried to implement it "monkeypatched" in (using d3.zoom() behavior on the container), but unfortunately it seems that the node drag-to-move events interfere with the behavior I'd like to achieve. I think it'd be hard to implement without access to the internals.
The text was updated successfully, but these errors were encountered: