()
| 1809 | } |
| 1810 | |
| 1811 | function getActivePaneSourceId() { |
| 1812 | return getPaneSourceId(normalizePaneKey(window.activePane)); |
| 1813 | } |
| 1814 | |
| 1815 | function getPaneKeyForElement(el) { |
| 1816 | const pane = el && el.closest ? el.closest('.file-list-pane') : null; |
no test coverage detected