Explorar o código

Update example

xuty %!s(int64=2) %!d(string=hai) anos
pai
achega
d87c5eecf0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      example/lib/suggestion.dart

+ 1 - 1
example/lib/suggestion.dart

@@ -200,7 +200,7 @@ class _HomeState extends State<Home> {
     print('suggestions: $suggestions');
 
     if (suggestions.isNotEmpty) {
-      suggestionOverlay.update(terminalKey.currentState!.cursorRect);
+      suggestionOverlay.update(terminalKey.currentState!.globalCursorRect);
     } else {
       suggestionOverlay.hide();
     }