(row)
| 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 | |
| 160 | class BubbleTextRowBehavior extends RowBehavior { |
nothing calls this directly
no test coverage detected