1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

Add comments

This commit is contained in:
Andrew Kingston 2024-05-02 19:24:11 +01:00
parent 3c5a18c702
commit d3656854cf

View file

@ -121,6 +121,10 @@
const onContextMenu = e => {
e.preventDefault()
// The timeout allows time for clickoutside to close other open popvers
// before we show this one. Without the timeout, this popover closes again
// before it's even visible as clickoutside closes it.
setTimeout(() => {
ui.actions.blur()
open = !open