(view, bindings = cachedKeymap)
| 1703 | } |
| 1704 | |
| 1705 | function applyCommandKeymap(view, bindings = cachedKeymap) { |
| 1706 | if (!view) return; |
| 1707 | view.dispatch({ |
| 1708 | effects: commandKeymapCompartment.reconfigure( |
| 1709 | keymap.of(bindings ?? cachedKeymap), |
| 1710 | ), |
| 1711 | }); |
| 1712 | } |
no outgoing calls
no test coverage detected