浏览代码

Avoid releasing paragraph in detach.

/main
Yuncong Zhang 5 年前
当前提交
aaa0b44a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 2
      Runtime/rendering/paragraph.cs

2
Runtime/rendering/paragraph.cs


if (this._hoverAnnotation != null) {
RendererBinding.instance.mouseTracker.detachAnnotation(this._hoverAnnotation);
}
this._textPainter?.releaseParagraph();
}
TextSelection _selection;

正在加载...
取消
保存