Update private annotations

This commit is contained in:
Insality
2025-03-18 21:41:09 +02:00
parent 19ea7fcff9
commit 3c063313de
9 changed files with 36 additions and 11 deletions

View File

@@ -50,7 +50,7 @@ function M:init(scroll, grid, create_function)
end
---Druid System on_remove function
---@private
function M:on_remove()
self:clear()
self.scroll.on_scroll:unsubscribe(self._refresh, self)