Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Renzo-Olivares committed Aug 25, 2023
1 parent ea54596 commit 954d2f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/web_ui/test/engine/text_editing_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1773,10 +1773,10 @@ Future<void> testMain() async {
const MethodCall show = MethodCall('TextInput.show');
sendFrameworkMessage(codec.encodeMethodCall(show));

// // The "setSizeAndTransform" message has to be here before we call
// // checkInputEditingState, since on some platforms (e.g. Desktop Safari)
// // we don't put the input element into the DOM until we get its correct
// // dimensions from the framework.
// The "setSizeAndTransform" message has to be here before we call
// checkInputEditingState, since on some platforms (e.g. Desktop Safari)
// we don't put the input element into the DOM until we get its correct
// dimensions from the framework.
final MethodCall setSizeAndTransform =
configureSetSizeAndTransformMethodCall(150, 50,
Matrix4.translationValues(10.0, 20.0, 30.0).storage.toList());
Expand Down

0 comments on commit 954d2f6

Please sign in to comment.