null

Results 23 comments of null

@evantishuk Like this? https://codepen.io/luncheon/pen/ExZyMwe or this? https://codepen.io/luncheon/pen/ZELOPvx

@betaboon Added support for the `transform: scale()` of the `body` in v0.5.3.

@betaboon Indeed. I'd like to consider (and implement) it when I have time.

@betaboon Oops😅 Please update to 0.5.4. Thanks.

Now added support for `appendTo: "target"`, and made it the default. The original reason for making `appendTo: "body"` the default was for IE, and IE is already obsolete. I found...

How about sending a PR to revert?

Try removing `editMode: true` from your settings.

```js for (let [value, index] of iter.map(Array)) { /* some complex logic */ } ```

Thank you. This is the first PR I've received and I'm really happy. So, since I received your PR, I've been thinking about framework support. It is hard for me...