mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-27 07:35:10 +02:00
In entityPropeties.js line #1079 says: elParentJointIndex.addEventListener('change', createEmitNumberPropertyUpdateFunction('parentJointIndex')); The problem should be fixed by changing it to: elParentJointIndex.addEventListener('change', createEmitNumberPropertyUpdateFunction('parentJointIndex', 0)); createEmitNumberPropertyUpdateFunction() is parsing the value as a float to a default decimal position of 4. Looks like it only accepts integers. By adding in that 0 as a second argument, it should coerce the value to one that will be recognized by the UI/backend. |
||
---|---|---|
.. | ||
colpick.js | ||
entityList.js | ||
entityProperties.js | ||
eventBridgeLoader.js | ||
gridControls.js | ||
jquery-2.1.4.min.js | ||
jsoneditor.min.js | ||
keyboardControl.js | ||
list.min.js | ||
marketplacesInject.js | ||
SnapshotReview.js | ||
spinButtons.js |