()
| 140 | } |
| 141 | |
| 142 | brush_end() { |
| 143 | if (this.ignoreBrushEvents) { |
| 144 | return; |
| 145 | } |
| 146 | this.model.set('brushing', false); |
| 147 | this.convert_and_save(); |
| 148 | this.brushing = false; |
| 149 | } |
| 150 | |
| 151 | adjust_rectangle() { |
| 152 | adjust_rectangle(this); |
nothing calls this directly
no test coverage detected
searching dependent graphs…