Added paste event to quick notes allowing for quick note to submit the second data is pasted in

Added option on quick note to submit with enter or CTRL + ENTER
Removed a console log statement.
This commit is contained in:
Max G
2020-02-14 05:31:38 +00:00
parent 8833a213a7
commit b2f241dbba
3 changed files with 47 additions and 7 deletions

View File

@@ -79,7 +79,7 @@
totals(newVal, oldVal){
if(oldVal && newVal && newVal[this.numberId] != oldVal[this.numberId]){
console.log('New number ', newVal[this.numberId])
// console.log('New number ', newVal[this.numberId])
this.oldNumber = oldVal[this.numberId]
this.newNumber = newVal[this.numberId]
@@ -90,7 +90,6 @@
this.animateUp = true
}
setTimeout( () => {
this.animateUp = false
this.animateDown = false