()
| 37 | type: UI_CONTEXTMENU_OPEN, |
| 38 | uid, |
| 39 | effect() { |
| 40 | const state = getState(); |
| 41 | const show = !state.ui.quickEdit; |
| 42 | if (show) { |
| 43 | rpc.emit('open context menu', selection); |
| 44 | } |
| 45 | } |
| 46 | }); |
| 47 | }; |
| 48 | } |
nothing calls this directly
no test coverage detected