We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11655ca commit dc12c79Copy full SHA for dc12c79
modules/ILL/ILL.moon
@@ -1,4 +1,4 @@
1
-module_version = "1.5.5"
+module_version = "1.5.7"
2
3
haveDepCtrl, DependencyControl = pcall require, "l0.DependencyControl"
4
modules/ILL/ILL/Ass/Ass.moon
@@ -180,6 +180,10 @@ class Ass
180
copyInstance = Table.copy l.text
181
l.text = l.text\__tostring!
182
return copyInstance
183
+ elseif l.isShape and Util.checkClass l.text, "Text"
184
+ copyInstance = Table.copy l.text
185
+ l.text = l.text\__tostring!
186
+ return copyInstance
187
elseif l.tags
188
local tags
189
if Util.checkClass l.tags, "Tags"
0 commit comments