Results 12 comments of xang pheresakha

ok here docker-volume-netshare log : ``` time="2017-01-06T18:52:56+07:00" level=info msg="== docker-volume-netshare :: Version: 0.18 - Built: 2016-05-27T20:14:07-07:00 ==" time="2017-01-06T18:52:56+07:00" level=info msg="Starting NFS Version 4 :: options: ''" time="2017-01-07T16:39:08+07:00" level=info msg="== docker-volume-netshare...

@gondor i remove old version of docker-volume-netshare and install new version 0.33 . ho No!!!. i had error again when i run container like this : ``` docker: Error response...

Same problem. I have TextField in the panel when I focus on it and leave focus then I slide down to collapsed for click button in collapsed but doesn't work

I was able to fix this by calling `setState(() {})` in `onPanelClosed`. I think this is not a good solution but work! hahaha

fixed I use Getx state management 1. Wrap `collapsed` with` IgnorePointer` widget 2. wrap `panel` with `Visibility` widget 3. in controller ```dart void slidePanel(double value) { animateOpacity.value = value; //...