mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-31 19:50:44 +00:00
add minimal debounce for edit on click for better performance
This commit is contained in:
parent
dd7417e4b3
commit
b27eb6c405
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
md-whiteframe="3">
|
||||
<input type="text"
|
||||
ng-model="vm.modelCopy"
|
||||
ng-model-options="{ debounce: 30 }"
|
||||
ng-blur="vm.finishEdit();"
|
||||
tabindex="2">
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue