浏览代码

Make showToolbar public.

/main
Yuncong Zhang 5 年前
当前提交
7173013a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/widgets/editable_text.cs

2
Runtime/widgets/editable_text.cs


this._getScrollOffsetForCaret(this.renderEditable.getLocalRectForCaret(position)));
}
bool showToolbar() {
public bool showToolbar() {
if (this._selectionOverlay == null) {
return false;
}

正在加载...
取消
保存