Comment 3 for bug 1745521

Revision history for this message
Patrick Storz (ede123) wrote :

I'm afraid the blocking behavior is a regression of
https://gitlab.com/inkscape/inkscape/commit/738e2fcae54ef8764d33d3a47bf7868641efdcfd

Actually the search request should be done asynchronously (and therefore should be non-blocking), however the existence check added is a synchronous request (and therefore potentially blocks the UI).