Remove repeating functions

This commit is contained in:
benguozakinci@gmail.com 2021-09-02 17:30:59 +03:00
parent 808306a8a2
commit fe3a481596

View File

@ -369,8 +369,6 @@ const app = new Vue({
setTimeout(function() {
this.onCalculateTotal();
this.onRefFocus(inputRef);
}.bind(this), 800);
},