Skip to content

Commit 7b44896

Browse files
Revert commented code that was done to compile against old stable version
1 parent 650f1f4 commit 7b44896

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

super_editor/lib/src/default_editor/document_ime/ime_decoration.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'package:flutter/cupertino.dart';
21
import 'package:flutter/services.dart';
32
import 'package:super_editor/src/infrastructure/_logging.dart';
43

@@ -49,8 +48,8 @@ abstract class TextInputConnectionDecorator implements TextInputConnection {
4948
textDirection: textDirection,
5049
textAlign: textAlign);
5150

52-
// @override
53-
// void updateStyle(TextInputStyle style) => client?.updateStyle(style);
51+
@override
52+
void updateStyle(TextInputStyle style) => client?.updateStyle(style);
5453

5554
@override
5655
void requestAutofill() => client?.requestAutofill();

0 commit comments

Comments
 (0)