Remove debug logging in _handleSingleLongTapEnd (#32825)
This commit is contained in:
parent
62ecd1b85e
commit
f330804baf
@ -782,7 +782,6 @@ class _TextFieldState extends State<TextField> with AutomaticKeepAliveClientMixi
|
|||||||
}
|
}
|
||||||
|
|
||||||
void _handleSingleLongTapEnd(LongPressEndDetails details) {
|
void _handleSingleLongTapEnd(LongPressEndDetails details) {
|
||||||
print('long tap end');
|
|
||||||
if (_shouldShowSelectionToolbar)
|
if (_shouldShowSelectionToolbar)
|
||||||
_editableTextKey.currentState.showToolbar();
|
_editableTextKey.currentState.showToolbar();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user