MCPcopy Index your code
hub / github.com/bqplot/bqplot / set_top_el_style

Method set_top_el_style

js/src/MarketMap.ts:149–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 set_top_el_style() {
150 this.el.style['user-select'] = 'none';
151 this.el.style['ms-user-select'] = 'none';
152 this.el.style['moz-user-select'] = 'none';
153 this.el.style['khtml-user-select'] = 'none';
154 this.el.style['webkit-user-select'] = 'none';
155 }
156
157 update_plotarea_dimensions() {
158 const plotarea_width = this.plotareaWidth;

Callers 1

renderImplMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected