Skip to content

Commit 38c0e0c

Browse files
committed
style: 💄 run formatter
1 parent a0dc6a2 commit 38c0e0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/json-crdt-peritext-ui/dom/CursorController.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@ export class CursorController implements UiLifeCycles, Printable {
3131

3232
public constructor(public readonly opts: CursorControllerOpts) {
3333
this.caretId = 'jsonjoy.com-peritext-caret-' + opts.et.id;
34-
this._cursor = throttle(opts.et.cursor.bind(opts.et), 25)
34+
this._cursor = throttle(opts.et.cursor.bind(opts.et), 25);
3535
}
3636

3737
/** The position where user started to scrub the text. */
3838
protected selAnchor: number = -1;
3939

40-
4140
/**
4241
* String position at coordinate, or -1, if unknown.
4342
*/

0 commit comments

Comments
 (0)