This commit is contained in:
parent
fda12dd90b
commit
9e08f296ba
@ -56,10 +56,10 @@ class LarkCard<
|
||||
this.stringify = stringify
|
||||
}
|
||||
|
||||
child(func: string, stringify: boolean = true) {
|
||||
child(func: string, stringify: boolean) {
|
||||
return new LarkCard(
|
||||
func,
|
||||
stringify,
|
||||
stringify || this.stringify,
|
||||
this.requestId,
|
||||
this.cardMap,
|
||||
this.tempMap,
|
||||
|
Loading…
x
Reference in New Issue
Block a user