MCPcopy
hub / github.com/slab/quill / constructor

Method constructor

packages/quill/src/core/editor.ts:23–26  ·  view source on GitHub ↗
(scroll: Scroll)

Source from the content-addressed store, hash-verified

21 delta: Delta;
22
23 constructor(scroll: Scroll) {
24 this.scroll = scroll;
25 this.delta = this.getDelta();
26 }
27
28 applyDelta(delta: Delta): Delta {
29 this.scroll.update();

Callers

nothing calls this directly

Calls 1

getDeltaMethod · 0.95

Tested by

no test coverage detected