()
| 187 | } |
| 188 | |
| 189 | getAvailableOptions() { |
| 190 | if (this.main.params.how_to_paste_actions) { |
| 191 | // filter out only to selected |
| 192 | return Object.keys(this.activeOption).filter( |
| 193 | actionName => this.main.params.how_to_paste_actions.includes(actionName), |
| 194 | ); |
| 195 | } |
| 196 | return Object.keys(this.activeOption); |
| 197 | } |
| 198 | |
| 199 | handleOpen(src, mimetype) { |
| 200 | this.startLoading(); |