Skip to content

Commit

Permalink
Fix broken damage/effect node after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Nov 27, 2024
1 parent c9d4789 commit a0f9c23
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@

function setupDamageNodeSlider(inputSelector, sliderSelector, enableInput) {
setupSlider(inputSelector, sliderSelector);
let sliderVal = inputSelector.val();

if (enableInput) {
let row = enableInput.parents("tr");
let filterRequired = $(".filter-required", row);
Expand Down

0 comments on commit a0f9c23

Please sign in to comment.