Luis Sanchez
Luis Sanchez
Calling database.drop() in Safari 8.0.7 fails
Not sure if it's added in the features to add in the new release, but would be a nice to have as well!
If I got time will try to do it my own in a PR for treo, but would be nice to support descending order using opts.direction: ``` javascript Store.prototype.cursor =...
### Describe the bug ```js // ../../../node_modules/vue-virtual-scroller/dist/vue-virtual-scroller.esm.js at line 659:27 const { $el: el, direction } = this; const isVertical = direction === 'vertical'; let scrollState; if (this.pageMode) { const...