MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onTap

Method onTap

tools/xsbug/FilePane.js:484–487  ·  view source on GitHub ↗
(row)

Source from the content-addressed store, hash-verified

482 row.last.select(data.delta, data.length);
483 }
484 onTap(row) {
485 let data = this.data;
486 model.selectFile(row.container.behavior.data.path, { selection: { offset:data.offset, length:data.length } });
487 }
488};
489
490// TEMPLATES

Callers

nothing calls this directly

Calls 1

selectFileMethod · 0.80

Tested by

no test coverage detected