Anton Konovalov
Anton Konovalov
Annotations are not shown because paths are different (e.g. `./src/path-to-file` and `src/path-to-file`)
Fix multiple pages max time.
You'll need to add `gh-pages` branch with current code in order to make this working due to [Github restriction of bookmarklet links](http://stackoverflow.com/questions/19314567/embed-bookmarklet-in-github-readme-md)
### Reproduction link [https://codepen.io/extempl/pen/jOZjQxX?editors=0011](https://codepen.io/extempl/pen/jOZjQxX?editors=0011) ### Steps to reproduce Type inside the field - the userTyping will be always false. ### What is expected? userTyping should be true when it should...
This PR fixes the issue with popups in shadow dom, as the editor using the global document to track click and event.target (which is === to shadow root on global...
For those who don't know what is going on and why It wasn't able to compile your code - set a debugger line in the `raise` method of `babylon` and...
Currently, if you run zero with debug option - it will error in the console, that the desired port is already in use. I assume it launches each sub-node with...
Although it doesn't break the process, it is not really correct to install the `lib` package as a dependency, when you found `import LocalLib from "lib/LocalLib"` string. Not saying about...
I have found the following comment in the code on the `Whitelist` class: ``` The cleaner and these whitelists assume that you want to clean a body fragment of HTML...