Skip to content

Commit

Permalink
Fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcycle committed Feb 24, 2024
1 parent aebd4a9 commit 7a6e329
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Component/Slider/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,8 @@ function Interface.ColdFusion.new(
end))
updateIncrementMarks()
maid:GiveTask(fillState:Connect(function()
local onChange = onChangeState:Get()
updateIncrementMarks()
onChange(pointFillState:Get())
onChangeState:Get()(pointFillState:Get())
end))
_bind(maid:GiveTask(Util.PopUp.ColdFusion.fromGuiObject(
cursor,
Expand Down

0 comments on commit 7a6e329

Please sign in to comment.