mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
fix(blocksAntd): actions are triggered, not fired
This commit is contained in:
parent
b0b4d590d8
commit
c128f04d58
@ -45,7 +45,7 @@
|
|||||||
},
|
},
|
||||||
"button": {
|
"button": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Button object to customized the close button. Fires onClose action when clicked."
|
"description": "Button object to customized the close button. Triggers onClose action when clicked."
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -107,11 +107,11 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"onExpand": {
|
"onExpand": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Fire action when ellipse expand is clicked."
|
"description": "Trigger action when ellipse expand is clicked."
|
||||||
},
|
},
|
||||||
"onCopy": {
|
"onCopy": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Fire action when copy text is clicked."
|
"description": "Trigger action when copy text is clicked."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -173,15 +173,15 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"onExpand": {
|
"onExpand": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Fire action when ellipse expand is clicked."
|
"description": "Trigger action when ellipse expand is clicked."
|
||||||
},
|
},
|
||||||
"onCopy": {
|
"onCopy": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Fire action when copy text is clicked."
|
"description": "Trigger action when copy text is clicked."
|
||||||
},
|
},
|
||||||
"onChange": {
|
"onChange": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Fire action when paragraph is changed."
|
"description": "Trigger action when paragraph is changed."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -112,11 +112,11 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"onExpand": {
|
"onExpand": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Fire action when ellipse expand is clicked."
|
"description": "Trigger action when ellipse expand is clicked."
|
||||||
},
|
},
|
||||||
"onCopy": {
|
"onCopy": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Fire action when copy text is clicked."
|
"description": "Trigger action when copy text is clicked."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -176,15 +176,15 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"onExpand": {
|
"onExpand": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Fire action when ellipse expand is clicked."
|
"description": "Trigger action when ellipse expand is clicked."
|
||||||
},
|
},
|
||||||
"onCopy": {
|
"onCopy": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Fire action when copy text is clicked."
|
"description": "Trigger action when copy text is clicked."
|
||||||
},
|
},
|
||||||
"onChange": {
|
"onChange": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "Fire action when paragraph is changed."
|
"description": "Trigger action when paragraph is changed."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user