Skip to content

Commit 52421df

Browse files
committed
Update
1 parent bbfdb0c commit 52421df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/omarea/krscript/ui/ActionListFragment.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ class ActionListFragment : androidx.fragment.app.Fragment(), PageLayoutRender.On
385385
}
386386

387387
private fun getParamOptions(actionParamInfo: ActionParamInfo, nodeInfoBase: NodeInfoBase): ArrayList<SelectItem>? {
388+
if (!checkAndLockClick()) return
388389
val options = ArrayList<SelectItem>()
389390
var shellResult = ""
390391
if (actionParamInfo.optionsSh.isNotEmpty()) {

0 commit comments

Comments
 (0)