mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
✨ 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…
x
Reference in New Issue
Block a user