jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)
http://jakiestfu.github.io/Snap.js/
5.99k stars 663 forks source link

Same drawer for left and right. #258

Open mikila85 opened 9 years ago

mikila85 commented 9 years ago

Hello, i use the same drawer for left and for right depends on the language:

<div snap-drawer="{{$root.direction=='rtl'?'right':'left'}}">

the problem is when the direction is changed in real time the swipe drawer stays in the same place, i think it needs to be destroyed and reinitialized.

please advice how to continue.