Cristian Poley
Results
4
comments of
Cristian Poley
Hello, you can do it by placing the `ref=""` in your component ``. Then, captures when you click on an element and launch `this.$refs..click()` and it should close.
> I encountered the same issue. After some investigation, I found that it was introduced in this [commit](https://github.com/xyflow/xyflow/commit/7f670ab0423b3848a50398027297f6ec11deeaa4). So versions up to `12.3.3` work without any problems. > > Another...