mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Update README
Button key trigger will not consume input Update scroll position while animate Add scroll:set_view_size Better static grid get_index function Rework Data List (only static grid) Update Default style Remove a component from parent if exists on druid:remove
This commit is contained in:
@@ -227,9 +227,10 @@ end
|
||||
|
||||
|
||||
--- Get all words, which has a passed tag.
|
||||
-- @tparam RichText self @{RichText}
|
||||
-- @tparam string tag
|
||||
-- @treturn druid.rich_text.word[] words
|
||||
function RichText:tagged(tag)
|
||||
function RichText.tagged(self, tag)
|
||||
if not self._words then
|
||||
return
|
||||
end
|
||||
|
Reference in New Issue
Block a user