MCPcopy
hub / github.com/dataarts/dat.gui / onBlur

Method onBlur

src/dat/controllers/StringController.js:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 function onBlur() {
36 if (_this.__onFinishChange) {
37 _this.__onFinishChange.call(_this, _this.getValue());
38 }
39 }
40
41 this.__input = document.createElement('input');
42 this.__input.setAttribute('type', 'text');

Callers

nothing calls this directly

Calls 1

getValueMethod · 0.80

Tested by

no test coverage detected