remove selected()

pull/1/head
yann300 6 years ago
parent 722a9f6061
commit 53d9efcec2
  1. 8
      src/app/components/vertical-icons-component.js

@ -89,14 +89,6 @@ class VerticalIconComponent {
if (this.icons[name]) this.iconKind[kind || 'other'].removeChild(this.icons[name])
}
selected () {
let currentActive = this.view.querySelector(`.${css.active}`)
if (currentActive) {
return currentActive.getAttribute('title')
}
return null
}
select (name) {
let currentActive = this.view.querySelector(`.${css.active}`)
if (currentActive) {

Loading…
Cancel
Save