jupyterlab-contrib / jlab-enhanced-cell-toolbar

A cell toolbar for JupyterLab.
BSD 3-Clause "New" or "Revised" License
41 stars 16 forks source link

Delete button position #11

Closed fcollonval closed 3 years ago

fcollonval commented 3 years ago

In VS Code, the delete button is on the far right of the toolbar - after discussions with user this may come as a way to mitigate clicking by error on it. Should we do the same?

ParasKoundal commented 3 years ago

YES. YES. YES. I was looking for a solution for this only when I came across this post.

fcollonval commented 3 years ago

@ParasKoundal in the latest released version (2.1 and 3.1), you can now define custom left and right menus; see README.

ParasKoundal commented 3 years ago

Thanks a lot. Works Perfectly.