Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
initialize
Function · 0.85
paletteElementClick
Function · 0.85
start
Function · 0.85
Calls
6
updateUI
Function · 0.85
prevent
Function · 0.85
get
Function · 0.70
stop
Function · 0.70
move
Method · 0.45
trigger
Method · 0.45
Tested by
no test coverage detected