Moved UI to new IK settings tab

This commit is contained in:
SDraw 2022-12-16 18:49:48 +00:00 committed by SDraw
parent c7556b3bfe
commit 7f2aee386e
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
2 changed files with 2 additions and 2 deletions

View file

@ -250,7 +250,7 @@ function inp_toggle_mod_amt(_obj, _callbackName) {
</div>
</div>
`;
document.getElementById('settings-implementation').appendChild(l_block);
document.getElementById('settings-ik').appendChild(l_block);
// Update sliders in new menu block
let l_sliders = l_block.querySelectorAll('.inp_slider');