Skip to content

Commit

Permalink
fix: cursor blink lags when pointer down at text range (#4180)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumixraku authored Nov 29, 2024
1 parent 68cbfc8 commit de4d70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine-render/src/layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class Layer extends Disposable {
this._objects.push(o);
this.scene.setObjectBehavior(o);
this._layerBehavior(o);

this.makeDirty(true);
return this;
}

Expand Down

0 comments on commit de4d70b

Please sign in to comment.