Closed clartaq closed 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.
Dragging the right column border of the sidebar will still resize it, but the change does not persist across sessions or page reloads.