vaadin / copilot

0 stars 0 forks source link

Can't use copilot in a modal dialog #6

Closed jcgueriaud1 closed 5 months ago

jcgueriaud1 commented 6 months ago

Description of the bug

I can't open or use copilot if there is an open dialog. I guess it's worse if the dialog has setCloseOnOutsideClick(true) (the dialog is closing)

Expected behavior

Be able to use copilot on the dialog

Minimal reproducible example

Use any modal Dialog

Versions

It's a "duplicate" (devtools) of this issue: https://github.com/vaadin/flow/issues/18154