MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / handleAntigravityFileSelect

Function handleAntigravityFileSelect

front/common.js:1526–1526  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

1524function uploadFiles() { AppState.uploadFiles.upload(); }
1525
1526function handleAntigravityFileSelect(event) { AppState.antigravityUploadFiles.handleFileSelect(event); }
1527function handleAntigravityFileDrop(event) {
1528 event.preventDefault();
1529 event.currentTarget.style.borderColor = '#007bff';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected