Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit d1f7040

Browse files
authored
Merge pull request #225 from UnityTech/gif
Make showToolbar public.
2 parents 585e209 + a1d6217 commit d1f7040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/widgets/editable_text.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ public void bringIntoView(TextPosition position) {
851851
this._getScrollOffsetForCaret(this.renderEditable.getLocalRectForCaret(position)));
852852
}
853853

854-
bool showToolbar() {
854+
public bool showToolbar() {
855855
if (this._selectionOverlay == null) {
856856
return false;
857857
}

0 commit comments

Comments
 (0)