(mediaPath && mediaPath === value)
| 297 | const mediaPath = mediaPaths.get(this.controlID); |
| 298 | if (mediaPath && mediaPath !== value) { |
| 299 | onChange(mediaPath); |
| 300 | } else if (mediaPath && mediaPath === value) { |
| 301 | onRemoveInsertedMedia(this.controlID); |
| 302 | } |
| 303 | } |
| 304 | |
| 305 | componentWillUnmount() { |
no outgoing calls
no test coverage detected