mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 06:57:28 +08:00
Allow unlisten events in case of text edit
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
// @ts-check
|
||||
|
||||
import KeyboardSelectAll from "./KeyboardSelectAll"
|
||||
|
||||
export default class KeyboardIgnoreSelectAll extends KeyboardSelectAll {
|
||||
|
||||
/**
|
||||
* @param {HTMLElement} target
|
||||
* @param {any} blueprint
|
||||
* @param {Object} options
|
||||
*/
|
||||
constructor(target, blueprint, options = {}) {
|
||||
options = {
|
||||
...options,
|
||||
activationKeys: blueprint.settings.selectAllKeyboardKey
|
||||
}
|
||||
super(target, blueprint, options)
|
||||
}
|
||||
|
||||
fire() {
|
||||
}
|
||||
|
||||
unfire() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user