mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 23:37:30 +08:00
Text edit input behavior fixed
This commit is contained in:
@@ -11,10 +11,7 @@ export default class KeyboardCanc extends IKeyboardShortcut {
|
||||
* @param {Object} options
|
||||
*/
|
||||
constructor(target, blueprint, options = {}) {
|
||||
options = {
|
||||
...options,
|
||||
activationKeys: Configuration.deleteNodesKeyboardKey
|
||||
}
|
||||
options.activationKeys = Configuration.deleteNodesKeyboardKey
|
||||
super(target, blueprint, options)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user