Show right sidebar space when one or more toolboxes are activated.

This commit is contained in:
Andrey Antukh 2015-12-18 17:50:34 +02:00
parent fd2bba35ce
commit 2742db8dfd
4 changed files with 65 additions and 19 deletions

View file

@ -125,6 +125,7 @@
rs/UpdateEvent
(-apply-update [_ state]
(let [s {:project projectid
:toolboxes #{}
:page pageid}]
(update state :workspace merge s)))