MCPcopy
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

setSelectedMethod · 0.95
onClickMethod · 0.80
addMethod · 0.80
undoMethod · 0.80
redoMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected