diff --git a/frontend/src/app/main/data/workspace.cljs b/frontend/src/app/main/data/workspace.cljs index ccffeef9a4..4996bd4f32 100644 --- a/frontend/src/app/main/data/workspace.cljs +++ b/frontend/src/app/main/data/workspace.cljs @@ -190,8 +190,8 @@ libraries)] (when needs-check? - (rx/concat (rx/timer 1000) - (rx/of (dwl/notify-sync-file file-id)))))))) + (->> (rx/of (dwl/notify-sync-file file-id)) + (rx/delay 1000))))))) (defn- fetch-libraries [file-id]