MCPcopy Create free account
hub / github.com/error311/FileRise / paneDragOverHandler

Function paneDragOverHandler

public/js/fileListView.js:2598–2603  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

2596}
2597
2598function paneDragOverHandler(e) {
2599 if (!window.dualPaneEnabled) return;
2600 if (!isPaneDropTargetAllowed(e.target)) return;
2601 e.preventDefault();
2602 e.currentTarget.classList.add('fr-pane-drop-target');
2603}
2604
2605function paneDragLeaveHandler(e) {
2606 e.currentTarget.classList.remove('fr-pane-drop-target');

Callers

nothing calls this directly

Calls 1

isPaneDropTargetAllowedFunction · 0.85

Tested by

no test coverage detected