This commit is contained in:
Insality
2025-02-08 00:11:29 +02:00
parent b6c0e1556a
commit 96ce3eee95
10 changed files with 60 additions and 61 deletions

View File

@@ -272,7 +272,7 @@ end
---@return druid.rich_text.word[] words
function M:tagged(tag)
if not self._words then
return
return {}
end
return rich_text.tagged(self._words, tag)