You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 in <multipane @paneResizeStop="storePaneWidths" >
2 then a method that stores the width % in localstorage or db
storePaneWidths (pane, resizer, size) {
localStorage.widthofthediv = size
}
3 have the width like this :style="{width: this.widthofthediv, maxWidth: '70%'}"
4 in mounted, load the width from localstorage or db to widthofthediv
Hi, it could be possible to save new size chosen by user, and restore it when user reenter on website?
Thanks
The text was updated successfully, but these errors were encountered: