()
| 133 | } |
| 134 | |
| 135 | brush_move() { |
| 136 | if (this.ignoreBrushEvents) { |
| 137 | return; |
| 138 | } |
| 139 | this.convert_and_save(); |
| 140 | } |
| 141 | |
| 142 | brush_end() { |
| 143 | if (this.ignoreBrushEvents) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…