Skip to content

Commit

Permalink
fix word cloud nil on faculty workspace row removal
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed May 31, 2016
1 parent 289dad9 commit 1db979a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cljs/ulysses/handlers.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@
(register-handler
:remove-working-faculty
(fn [db [_ faculty-id]]
;; since the remove button is in the hover area...
(dispatch [:nil-builder-faculties-workspace-hover])
(update db :builder-faculties-workspace
(partial remove #{faculty-id}))))

Expand Down

0 comments on commit 1db979a

Please sign in to comment.