thecodeholic / lobipanel

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

Cannot set position #25

Closed ghost closed 7 years ago

ghost commented 7 years ago

$('.lobipanel').lobiPanel("setPosition", 400, 360); I typed this script in Chrome Console, it is not working. but $('.lobipanel').lobiPanel("getPosition"); it is OK

thecodeholic commented 7 years ago

setPosition works only for unpinned panels

ghost commented 7 years ago

Thanks