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": {
|
||||
"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": {
|
||||
"type": "string",
|
||||
|
@ -107,11 +107,11 @@
|
||||
"properties": {
|
||||
"onExpand": {
|
||||
"type": "array",
|
||||
"description": "Fire action when ellipse expand is clicked."
|
||||
"description": "Trigger action when ellipse expand is clicked."
|
||||
},
|
||||
"onCopy": {
|
||||
"type": "array",
|
||||
"description": "Fire action when copy text is clicked."
|
||||
"description": "Trigger action when copy text is clicked."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -173,15 +173,15 @@
|
||||
"properties": {
|
||||
"onExpand": {
|
||||
"type": "array",
|
||||
"description": "Fire action when ellipse expand is clicked."
|
||||
"description": "Trigger action when ellipse expand is clicked."
|
||||
},
|
||||
"onCopy": {
|
||||
"type": "array",
|
||||
"description": "Fire action when copy text is clicked."
|
||||
"description": "Trigger action when copy text is clicked."
|
||||
},
|
||||
"onChange": {
|
||||
"type": "array",
|
||||
"description": "Fire action when paragraph is changed."
|
||||
"description": "Trigger action when paragraph is changed."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -112,11 +112,11 @@
|
||||
"properties": {
|
||||
"onExpand": {
|
||||
"type": "array",
|
||||
"description": "Fire action when ellipse expand is clicked."
|
||||
"description": "Trigger action when ellipse expand is clicked."
|
||||
},
|
||||
"onCopy": {
|
||||
"type": "array",
|
||||
"description": "Fire action when copy text is clicked."
|
||||
"description": "Trigger action when copy text is clicked."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -176,15 +176,15 @@
|
||||
"properties": {
|
||||
"onExpand": {
|
||||
"type": "array",
|
||||
"description": "Fire action when ellipse expand is clicked."
|
||||
"description": "Trigger action when ellipse expand is clicked."
|
||||
},
|
||||
"onCopy": {
|
||||
"type": "array",
|
||||
"description": "Fire action when copy text is clicked."
|
||||
"description": "Trigger action when copy text is clicked."
|
||||
},
|
||||
"onChange": {
|
||||
"type": "array",
|
||||
"description": "Fire action when paragraph is changed."
|
||||
"description": "Trigger action when paragraph is changed."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user