tiptap/packages/suggestion
Dominik f019f70a19
fix(suggestion): 🐛 make clientrect prop optional as it can potentially be undefined (#2813)
This commit makes the clientRect prop optional - this means that this value can be null. This allows developers using the suggestion extension to know that they have to implement a check for the clientRect before using it.

#2795
2022-05-27 12:31:46 +02:00
..
src fix(suggestion): 🐛 make clientrect prop optional as it can potentially be undefined (#2813) 2022-05-27 12:31:46 +02:00
CHANGELOG.md Publish 2022-05-18 10:53:18 +02:00
package.json Publish 2022-05-18 10:53:18 +02:00
README.md Update README.md 2021-08-22 14:14:07 +02:00

@tiptap/suggestion

Version Downloads License Sponsor

Introduction

tiptap is a headless wrapper around ProseMirror a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as New York Times, The Guardian or Atlassian.

Official Documentation

Documentation can be found on the tiptap website.

License

tiptap is open sourced software licensed under the MIT license.