Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GrapesJS/grapesjs
/ isEditing
Method
isEditing
packages/core/src/editor/model/Editor.ts:1142–1144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1140
}
1141
1142
isEditing() {
1143
return
!!this.get(
'editing'
);
1144
}
1145
1146
log(msg: string, opts: any = {}) {
1147
const
logEvent = EditorEvents.log;
Callers
5
setSelected
Method · 0.95
onClick
Method · 0.80
add
Method · 0.80
undo
Method · 0.80
redo
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected