No close button for goToLine dialog.

Hello everyone,
I want to add a close button for the’ Go to Line’ feature, similar to the one in the search dialog. The dialog can be closed using the ESC button but not having a close button is not very helpful, How can I achieve this?

This patch adds such a button.

1 Like

Hi @marijn,

I have the patch now in my node_modules, and I checked that your changes are there. However, the “x” button is still missing. I also checked the DOM but no button.
here is a screenshot that may help.
image

and here is your changes in my module.

The patch only changes the TypeScript files. Applying that won’t update the build output in dist/.

I’ve tagged @codemirror/search 6.5.10

1 Like