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

saveProperties() key commands also enable dragging of elements #111

Open
timrolls opened this issue Dec 11, 2017 · 0 comments
Open

saveProperties() key commands also enable dragging of elements #111

timrolls opened this issue Dec 11, 2017 · 0 comments
Labels

Comments

@timrolls
Copy link

Saving and loading JSON for controller properties is broken when using saveProperties()/loadProperties() - red console error "ignoring".

Using the key commands ALT-SHIFT-S / ALT-SHIFT-L does work, however ALT also enables dragging of elements. It's required to use SHIFT-H to turn it off again. If you're unaware this is happening, attempts to interact with controllers will actually move them.

I've tried using setMoveable(), and also overriding the ALT key.
Is there a way to completely disable dragging (without locking interaction on objects), or to disable/override the ALT key command in the library? I'd rather not start a fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants