mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 23:37:30 +08:00
Fix other interface classes naming convention
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Context from "../Context"
|
||||
import IContext from "../IContext"
|
||||
|
||||
export default class Unfocus extends Context {
|
||||
export default class Unfocus extends IContext {
|
||||
|
||||
/** @type {(e: WheelEvent) => void} */
|
||||
#clickHandler
|
||||
|
||||
Reference in New Issue
Block a user