条件式の障害対応(511,512,513)
This commit is contained in:
@@ -347,6 +347,9 @@ export class ConditionTree {
|
||||
if(!object || typeof object!=="object"){
|
||||
return object;
|
||||
}
|
||||
if("sharedText" in object){
|
||||
return object.sharedText;
|
||||
}
|
||||
if("label" in object){
|
||||
return object.label;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user