Skip to content

Commit e96eaa3

Browse files
authored
Update table.js
1 parent 88e2144 commit e96eaa3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/components/table/table.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -475,16 +475,6 @@ export default {
475475

476476
// Return the generated function
477477
return fn
478-
},
479-
// Event handler helper
480-
stopIfBusy(evt) {
481-
if (this.computedBusy) {
482-
// If table is busy (via provider) then don't propagate
483-
evt.preventDefault()
484-
evt.stopPropagation()
485-
return true
486-
}
487-
return false
488478
}
489479
},
490480
render(h) {

0 commit comments

Comments
 (0)