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

Method hideZoomHelper

js/zoomHelper.js:88–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 hideZoomHelper() {
89 this.zomer.style.display = 'none';
90 this.wrapper.style.cursor = this.cursor;
91 this.shown = false;
92 }
93
94 static html() {
95 return '<canvas class="ptro-zoomer" width="" height="0"></canvas>';

Callers 2

handleMouseMoveMethod · 0.95
handleMouseUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected