fix(fs): Prevent deadlock when scope listeners are registered. (#1221)

* fix(fs): Prevent deadlock when scope listeners are registered.

* block
This commit is contained in:
Fabian-Lars
2024-04-22 20:09:12 +02:00
committed by GitHub
parent cdd3aafdc6
commit b115fd22e0
2 changed files with 15 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"fs": patch
---
Fixes an issue that caused the app to freeze when the `dialog`, `fs`, and `persisted-scope` plugins were used together.