We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d316f1 commit 86b97c9Copy full SHA for 86b97c9
src/lib/Room/Room.vue
@@ -323,7 +323,7 @@ const { detectMobile } = require('../../utils/mobile-detection')
323
324
const debounce = (func, delay) => {
325
let inDebounce
326
- return function() {
+ return function () {
327
const context = this
328
const args = arguments
329
clearTimeout(inDebounce)
@@ -1081,7 +1081,7 @@ export default {
1081
setTimeout(() => element.classList.remove('vac-scroll-smooth'))
1082
}, 50)
1083
},
1084
- onChangeInput: debounce(function(e) {
+ onChangeInput: debounce(function (e) {
1085
if (e?.target?.value || e?.target?.value === '') {
1086
this.message = e.target.value
1087
}
0 commit comments