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

Method onTap

tools/xsbug/MessagePane.js:154–157  ·  view source on GitHub ↗
(row)

Source from the content-addressed store, hash-verified

152 return Math.min(width, model.FEATURE.width - 40);
153 }
154 onTap(row) {
155 let data = this.data;
156 model.selectFile(data.path, { line:data.line });
157 }
158}
159
160class BubbleTextRowBehavior extends RowBehavior {

Callers

nothing calls this directly

Calls 1

selectFileMethod · 0.80

Tested by

no test coverage detected