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

Dragging a jack on an empty canvas and not connecting the first time fails #27

Closed
falkTX opened this issue Apr 28, 2015 · 0 comments
Closed
Assignees

Comments

@falkTX
Copy link
Member

falkTX commented Apr 28, 2015

On a clean pedalboard, without having loaded any plugins or made any connections, dragging and dropping a jack over an empty area will result in a js error.

TypeError: Requested keys of a value that is not an object. 

fails at pedalboard.js:1791

if (Object.keys(self.data('connectionManager').origIndex[output.attr('mod-port')]).length == 1) {
@falkTX falkTX changed the title Dragging a jack and not connecting the first time fails Dragging a jack on an empty canvas and not connecting the first time fails Apr 28, 2015
@bgola bgola self-assigned this May 4, 2015
@bgola bgola closed this as completed in 34089b9 May 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants