Daybrush (Younkue Choi)
Daybrush (Younkue Choi)
@Soya-xy moveable's new version is released. Use `stopDrag` event property function ```jsx { if (["input", "select"].indexOf(e.target.tagName.toLowerCase()) > -1) { e.stopDrag(); } }} onDrag={e => { e.target.style.cssText += e.cssText; }} />...
@chenp1204 From version 2 of vue-moveable, you have to set the target directly. How to use is as fo. llows. ```vue Hellow World
@chenp1204 https://daybrush.com/moveable/storybook https://daybrush.com/moveable/storybook2 The vue demo is in preparation. It will be added before 2.0.0. You can apply the properties and events of other framework demos to vue as they...
@fengjianying You can use an array or queryString. ```jsx this.target=[element1, element2]; ```
@fengjianying A demo of vue is in preparation. A Vue 3 demo will probably be released next month.
@fengjianying Currently only react demo. https://daybrush.com/moveable/storybook2
@Jody-Six In `drag`, width and height are offsetWidth and offsetHeight. This is an integer and it is unreasonable to use it as css width and height. Also, width and height...
@xquelard Use clipArea prop to true
@sfausto Resizable related to text is still a big problem and has not been solved. I will try to solve it.
@geoffbullen Set style global. and also use container option. ```html .... ```