MCPcopy Create free account
hub / github.com/devforth/painterro / handleMouseUp

Method handleMouseUp

js/colorPicker.js:243–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers 1

initEventHandlersMethod · 0.45

Calls 1

hideZoomHelperMethod · 0.80

Tested by

no test coverage detected