mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
🐛 Fix that some keyboard shortcuts did no longer work
* N8N-3057 Fixed Keyboard shortcuts no longer working on / Fixed callDebounced function * N8N-3057 Update Debounce Function * N8N-3057 Refactor callDebounce function * N8N-3057 Update Dobounce Function
This commit is contained in:
@@ -80,7 +80,7 @@ export default mixins(
|
||||
this.updateDisplayValue();
|
||||
this.$emit('valueChanged', this.latestValue);
|
||||
} else {
|
||||
this.callDebounced('updateDisplayValue', 500);
|
||||
this.callDebounced('updateDisplayValue', { debounceTime: 500 });
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user