How to prevent window from closing on blur? #701
-
Sorry if this has been asked before, but I couldn't find it. Basically I have a series of To get the I tried I notice that the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Open ignore-blur-demo in Script Kit // Name: Ignore Blur Demo
import "@johnlindquist/kit"
await arg({
placeholder: "This should stay open",
ignoreBlur: true
}, ["Yay", "Huzzah!"])
|
Beta Was this translation helpful? Give feedback.
arg
can take a config object as the first argument:Open ignore-blur-demo in Script Kit