Merge remote-tracking branch 'origin/master' into test/add-clj-kondo-part-two

This commit is contained in:
Gabriel Horner
2022-01-12 15:38:57 -05:00
16 changed files with 525 additions and 250 deletions

View File

@@ -183,8 +183,7 @@
(file-handler/alter-file (state/get-current-repo)
path
(str (string/trim value) "\n")
{:re-render-root? true})
(notification/show! "Saved file!" :success)))
{:re-render-root? true})))
:else
nil))))