mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-07 08:07:29 +08:00
IContext > IInput
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// @ts-check
|
||||
|
||||
import IContext from "../IContext"
|
||||
import IInput from "../IInput"
|
||||
import ObjectSerializer from "../../serialization/ObjectSerializer"
|
||||
|
||||
export default class Copy extends IContext {
|
||||
export default class Copy extends IInput {
|
||||
|
||||
/** @type {(e: ClipboardEvent) => void} */
|
||||
#copyHandler
|
||||
|
||||
Reference in New Issue
Block a user