fix: bump version to 25.4.4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--- @since 25.2.26
|
||||
--- @since 25.4.4
|
||||
|
||||
local update = ya.sync(function(st, tags)
|
||||
for path, tag in pairs(tags) do
|
||||
@@ -27,7 +27,7 @@ local function setup(st, opts)
|
||||
local url = tostring(self._file.url)
|
||||
local spans = {}
|
||||
for _, tag in ipairs(st.tags[url] or {}) do
|
||||
if self._file:is_hovered() then
|
||||
if self._file.is_hovered then
|
||||
spans[#spans + 1] = ui.Span(" ●"):bg(st.colors[tag] or "reset")
|
||||
else
|
||||
spans[#spans + 1] = ui.Span(" ●"):fg(st.colors[tag] or "reset")
|
||||
|
||||
Reference in New Issue
Block a user