fix(entry): remove offset + 1 for tailwindcss

This commit is contained in:
hrsh7th
2023-05-28 22:33:20 +09:00
parent 1088b3743b
commit 3874e09e80
4 changed files with 37 additions and 39 deletions

View File

@@ -68,7 +68,7 @@ entry.get_offset = function(self)
return idx
end
end
return offset + 1
return offset
end)
end
else