mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-15 04:50:53 +08:00
Text edit input behavior fixed
This commit is contained in:
@@ -14,10 +14,7 @@ export default class KeyboardSelectAll extends IKeyboardShortcut {
|
||||
* @param {Object} options
|
||||
*/
|
||||
constructor(target, blueprint, options = {}) {
|
||||
options = {
|
||||
...options,
|
||||
activationKeys: Configuration.selectAllKeyboardKey
|
||||
}
|
||||
options.activationKeys = Configuration.selectAllKeyboardKey
|
||||
super(target, blueprint, options)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user