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 1a42429 commit b578e53Copy full SHA for b578e53
pkg/web_app/lib/src/widget/completion/widget.dart
@@ -269,7 +269,6 @@ final class _CompletionWidget {
269
..setAttribute('data-completion-option-index', i.toString())
270
..classList.add(optionClass));
271
}
272
- print(state.isTrimmed);
273
if (state.isTrimmed) {
274
dropdown.appendChild(HTMLDivElement()..textContent = '[...]');
275
0 commit comments