mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
refactor(animate): del -> stop
This commit is contained in:
parent
7211ec08ce
commit
1fe01039fe
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ function Animation:dirty()
|
|||
return self.value ~= value or done
|
||||
end
|
||||
|
||||
function Animation:del()
|
||||
function Animation:stop()
|
||||
active[self.id] = nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue