()
| 297 | } |
| 298 | |
| 299 | hide() { |
| 300 | this.$el.querySelector('.preview').style.visibility = 'hidden'; |
| 301 | this.$el.querySelector("#img-preview").src = ""; |
| 302 | super.hide(); |
| 303 | this._dequeueFile(); |
| 304 | } |
| 305 | |
| 306 | |
| 307 | _autoDownload(){ |
nothing calls this directly
no test coverage detected