clartaq / cwiki

A personal wiki written in Clojure/Script
Other
3 stars 0 forks source link

Sidebar Width Changes made by Dragging Column Border do not Persist #29

Closed clartaq closed 4 years ago

clartaq commented 4 years ago

Dragging the right column border of the sidebar will still resize it, but the change does not persist across sessions or page reloads.

clartaq commented 4 years ago

Had to add a header containing the CSRF security token to the AJAX request that saves the new width in the cwiki-mde.dragger.cljs function persist-new-basis. The token, ?csrf-token, was already available from cwiki-mde.ws as part of the handshake when setting up the web socket stuff.