9a3d4 form page (#20)
* Form page new ui * UI polishing, code cleanign & bug fixes * form page divide into separate component & user route-view for tabs * new pages change meta info * Display columns modal Co-authored-by: Julien Nahum <jhumanj@MacBook-Pro-de-Julien.local>
This commit is contained in:
@@ -172,7 +172,9 @@ export default {
|
||||
|
||||
beforeDestroy() {
|
||||
const parent = document.getElementById('table-page')
|
||||
parent.removeEventListener('scroll', this.handleScroll)
|
||||
if (parent) {
|
||||
parent.removeEventListener('scroll', this.handleScroll)
|
||||
}
|
||||
window.removeEventListener('resize', this.handleScroll)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user