MCPcopy
hub / github.com/GrapesJS/grapesjs / move

Function move

packages/core/src/utils/ColorPicker.ts:786–791  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

784 }
785
786 function move() {
787 updateUI();
788
789 callbacks.move(get());
790 boundElement.trigger('move.spectrum', [get()]);
791 }
792
793 function updateUI() {
794 textInput.removeClass('sp-validation-error');

Callers 3

initializeFunction · 0.85
paletteElementClickFunction · 0.85
startFunction · 0.85

Calls 6

updateUIFunction · 0.85
preventFunction · 0.85
getFunction · 0.70
stopFunction · 0.70
moveMethod · 0.45
triggerMethod · 0.45

Tested by

no test coverage detected