MCPcopy
hub / github.com/TryGhost/Ghost / click

Function click

ghost/admin/app/mixins/text-input.js:34–38  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

32 },
33
34 click(event) {
35 if (this.selectOnClick) {
36 event.currentTarget.select();
37 }
38 },
39
40 input(event) {
41 this['on-input']?.(event);

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…