Dima Semyushkin

Results 6 comments of Dima Semyushkin

Problem can be seen on any Grapes page, e.g. https://grapesjs.com/demo.html Just create new Link (it will have no toolbar), refresh the page and you can see Link gets its toolbar....

So, here's default heading: Creating a Link: Refreshing the page: Adding another Link: First one lost its toolbar: Refreshing the page, links got their toolbars back:

@meodai so, do you plan any PR into this repo? Or you suggest using yours?

IMHO actual `error` is enough. Maybe it's a good idea to reject with object, like this: ``` @defer.reject({title: "Transaction Aborted", error: error}) @defer.reject({title: "Transaction Error", error: error}) ```

@bramski will it be useful if I write PR with this change?

Here you are: https://github.com/bramski/angular-indexedDB/pull/66