remove the removed link card manually with jquery
This commit is contained in:
parent
24b48768bf
commit
43016f9de6
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ class Attachments extends Component {
|
||||||
embedlyLinkError: false
|
embedlyLinkError: false
|
||||||
})
|
})
|
||||||
this.props.updateTopic({ link: null })
|
this.props.updateTopic({ link: null })
|
||||||
|
$('.embedly-card').remove() // failsafe
|
||||||
}
|
}
|
||||||
|
|
||||||
render = () => {
|
render = () => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue