Fix C# cast error in currentDefaultTags()
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
(load "../Lib.kiss")
|
(load "../Lib.kiss")
|
||||||
|
|
||||||
(prop &mut :String _playgroundKey "")
|
(prop &mut :String _playgroundKey "")
|
||||||
(method :TagList currentDefaultTags [] (or (dictGet playgroundDefaultTags _playgroundKey) []))
|
(method :TagList currentDefaultTags []
|
||||||
|
(or
|
||||||
|
(dictGet playgroundDefaultTags _playgroundKey)
|
||||||
|
(new Array<String>)))
|
||||||
(method :String getPlaygroundKey [] _playgroundKey)
|
(method :String getPlaygroundKey [] _playgroundKey)
|
||||||
|
|
||||||
(prop :Map<String,TagList> playgroundDefaultTags (new Map))
|
(prop :Map<String,TagList> playgroundDefaultTags (new Map))
|
||||||
|
Reference in New Issue
Block a user