mirror of
https://github.com/penpot/penpot.git
synced 2026-02-13 07:02:58 +00:00
✨ Add missing param to cut handler
This commit is contained in:
@@ -15,5 +15,6 @@
|
||||
*
|
||||
* @param {ClipboardEvent} event
|
||||
* @param {TextEditor} editor
|
||||
* @param {SelectionController} selectionController
|
||||
*/
|
||||
export function cut(event, editor) {}
|
||||
export function cut(event, editor, selectionController) {}
|
||||
|
||||
Reference in New Issue
Block a user