This commit is contained in:
Miodec 2025-12-12 09:04:06 +01:00
parent 5e383ba047
commit 0ba414a0b7

View file

@ -41,8 +41,6 @@ export class Caret {
private marginTopAnimation: JSAnimation | null = null;
private marginLeftAnimation: JSAnimation | null = null;
private marginCorrection: number = 0;
constructor(element: ElementWithUtils, style: CaretStyle) {
this.id = element.native.id;
this.element = element;