mirror of https://github.com/penpot/penpot.git
✨ Add missing param to cut handler
This commit is contained in:
parent
fde73f30b9
commit
c6dd3e0eeb
|
|
@ -15,5 +15,6 @@
|
|||
*
|
||||
* @param {ClipboardEvent} event
|
||||
* @param {TextEditor} editor
|
||||
* @param {SelectionController} selectionController
|
||||
*/
|
||||
export function cut(event, editor) {}
|
||||
export function cut(event, editor, selectionController) {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue