feat: Remove copy & paste from context menu on desktop (#2872)

* Remove copy & paste from context menu on desktop

* fix build

* Make requested changes

* More changes

* make into function

* update changelog

* fix tests

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Arun
2021-01-29 02:32:00 +05:30
committed by GitHub
parent 6e9df2bae7
commit e8685c5236
4 changed files with 41 additions and 32 deletions

View File

@ -22,6 +22,7 @@ Please add the latest change on the top under the correct section.
### Features
- Remove `copy`, `cut`, and `paste` actions from contextmenu [#2872](https://github.com/excalidraw/excalidraw/pull/2872)
- Support `Ctrl-Y` shortcut to redo on Windows [#2831](https://github.com/excalidraw/excalidraw/pull/2831).
### Fixes