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 78afefa commit 2c2c71fCopy full SHA for 2c2c71f
src/components/Footer.vue
@@ -94,7 +94,7 @@ export default {
94
this.height === 40 ? (this.height = minHeight) : (this.height = 40)
95
this.open === true ? (this.open = false) : (this.open = true)
96
},
97
- // method that will handle deselection from active HTML element
+ // function that will handle deselection from active HTML element
98
handleHtmlDeselection (event) {
99
// console.log('target html element: ', event.target)
100
if (event.target.className !== 'list-group-item') {
0 commit comments