We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3015b4 commit d2d2316Copy full SHA for d2d2316
lib/src/wip/autocomplete/popup.dart
@@ -65,7 +65,8 @@ class PopupState extends State<Popup> {
65
// TODO(nausharipov): find where 100 comes from
66
widget.editingWindowSize.width -
67
Sizes.autocompletePopupMaxWidth +
68
- (widget.editorOffset?.dx ?? 0) - 100;
+ (widget.editorOffset?.dx ?? 0) -
69
+ 100;
70
71
return PageStorage(
72
bucket: pageStorageBucket,
0 commit comments