thecodeholic / lobipanel

jQuery plugin for bootstrap panels. It extends panels with several common and useful functions.
MIT License
168 stars 75 forks source link

Maximized / Minimized / Save State #32

Open luciancurteanu opened 7 years ago

luciancurteanu commented 7 years ago

When you maximize the panel and then minimize from the state of pinned, the panel save the state as unpinned. On the lobipanel.js line 583 toSmallSize : function change
me._updateUnpinnedState(); with
me._saveState('pinnned');