* Method to clear current selection and close inline toolbar
* clearSelection with optional collapsed range
* refactored selection.ts
* removed experimental function
* Update src/components/selection.ts
Co-Authored-By: tanmayv <12tanmayvijay@gmail.com>
* update version, add changelog
Hi, I'm making updates for Open Collective. Either you or a supporter signed this repo up for Open Collective. This pull request adds backers and sponsors from your Open Collective https://opencollective.com/editorjs❤️
It adds two badges at the top to show the latest number of backers and sponsors. It also adds placeholders so that the avatar/logo of new backers/sponsors can automatically be shown without having to update your README.md. [more info](https://github.com/opencollective/opencollective/wiki/Github-banner). See how it looks on this [repo](https://github.com/apex/apex#backers).
You can also add a postinstall script to let people know after npm|yarn install that you are welcoming donations (optional). [More info](https://github.com/OpenCollective/opencollective-cli)
You can also add a "Donate" button to your website and automatically show your backers and sponsors there with our widgets. Have a look here: https://opencollective.com/widgets
P.S: As with any pull request, feel free to comment or suggest changes. The only thing "required" are the placeholders on the README because we believe it's important to acknowledge the people in your community that are contributing (financially or with code!).
Thank you for your great contribution to the open source community. You are awesome! 🙌
And welcome to the open collective community! 😊
Come chat with us in the #opensource channel on https://slack.opencollective.com - great place to ask questions and share best practices with other open source sustainers!
* Do not start multi-block selection on UI elements (#662)
* Do not start multi-block selection on UI elements
* Do not prevent mousedown event on inline toolbar actions
* Remove log
* Add comment
* Add link to issue
closes#646
* Fix loss of pointer (#666)
* Fix loss of pointer when click is outside of the editor but selection is inside
* Remove log
* Update shortcuts module (#685)
* Fixed possible grammatical typo (#681)
Thanks
* Update shortcuts module
* update changelog
* update
* Remove margin top for inline-link icon (#690)
* Remove margin top for inline-link icon
resolves#674
* Update CHANGELOG.md
* Remove unused style
* Pull fresh tools
* Add example-dev.html
* Bump version
* Remove RawTool
* Downgrade version
* Add dev note
* Update text
* If there are no submodules in project init empty editor with hint
* Add script onload
* Don't use id shorthand
* <b> -> <code>
* Center text
* Pass configuration to internal tools
* Bump version
Add changelog
* Move tools validation to Tools module
Add class for wrapper when toolbox is opened
* Add emptiness check
* Update submodule