()
| 241 | } |
| 242 | |
| 243 | handleMouseUp() { |
| 244 | this.selecting = false; |
| 245 | this.lightSelecting = false; |
| 246 | this.choosing = false; |
| 247 | this.choosingActive = false; |
| 248 | this.alphaSelecting = false; |
| 249 | this.main.zoomHelper.hideZoomHelper(); |
| 250 | } |
| 251 | |
| 252 | setActiveColor(color, ignoreUpdateText) { |
| 253 | try { |
no test coverage detected