frostyfan109 / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
0 stars 1 forks source link

Disabling node drag in 3D mode only works on page load or when you change the viewing mode #89

Closed frostyfan109 closed 5 years ago

frostyfan109 commented 5 years ago

It will only update being able to drag nodes in 3D mode when the element is completely deleted and recreated or if the page reloads. It works fine in 2D.

frostyfan109 commented 5 years ago

Can't easily find any fixes for this. Resetting the component gives it strange behavior. It could be made a refresh-required kind of thing.

frostyfan109 commented 5 years ago

Refreshing the page has been added. As this is a responsive web app, this is really not a good solution. Should try to fix this still.