🐛 Fix change of library on swap (#7898)

This commit is contained in:
Pablo Alba 2025-12-03 22:40:23 +01:00 committed by GitHub
parent 6251fa6b22
commit 6e254c2cf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -687,7 +687,7 @@
(str/upper (tr "workspace.assets.local-library"))
(dm/get-in libraries [current-library-id :name]))
current-lib-data (mf/with-memo [libraries]
current-lib-data (mf/with-memo [libraries current-library-id]
(get-in libraries [current-library-id :data]))
current-lib-counts (mf/with-memo [current-lib-data]