jupyterlab
jupyterlab copied to clipboard
Add a setter to TagWidget's parent
A getter has been added to the TagWidget's parent attribute in v4.0.0a28, without setter (which should rely to its parent class).
It look like Typescript does not allow overriding the getter without the setter and vice versa.
At the end, it is not possible to add a new tag to a cell :

Code changes
Add a setter to TagWidget's parent attribute.
Backwards-incompatible changes
None
Thanks for making a pull request to jupyterlab!
To try out this branch on binder, follow this link:
Congrats on your first merged pull request in this project! :tada:
Thank you for contributing, we are very proud of you! :heart: