observablehq / feedback

Customer submitted bugs and feature requests
42 stars 3 forks source link

Autocomplete suggestion gets inserted when trying to type comma + new line #479

Closed mootari closed 1 year ago

mootari commented 1 year ago

Describe the bug

When writing the definition object of Object.defineProperty, typing a comma will trigger the autocomplete. If I then try to input a newline, the first autocomplete entry will be inserted instead, even though I did not interact with the autocomplete in any way.

image

Additional context

The list of suggestions is also missing set and get.