mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +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 {ClipboardEvent} event
|
||||||
* @param {TextEditor} editor
|
* @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