How to reproduce:
step 1. pane.hide()
step 2. pane.present({animate: false})
It seems that the pane will present with animate even i call present with animate: false.
Is this the correct behavior? Or how can i present a pane without animate when it's hidden?
thanks