mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-02 21:17:32 +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
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
// @ts-check
|
||||
|
||||
import IContext from "../IContext"
|
||||
import IInput from "../IInput"
|
||||
import NodeElement from "../../element/NodeElement"
|
||||
import ObjectSerializer from "../../serialization/ObjectSerializer"
|
||||
|
||||
export default class Paste extends IContext {
|
||||
export default class Paste extends IInput {
|
||||
|
||||
/** @type {(e: ClipboardEvent) => void} */
|
||||
#pasteHandle
|
||||
|
||||
Reference in New Issue
Block a user