mirror of https://github.com/artf/grapesjs.git
1 changed files with 3 additions and 1 deletions
@ -1,3 +1,5 @@ |
|||
import ComponentLinkView from './ComponentLinkView'; |
|||
|
|||
export default ComponentLinkView.extend({}); |
|||
export default ComponentLinkView.extend({ |
|||
tagName: 'span' // Avoid Firefox bug with label editing #2332
|
|||
}); |
|||
|
|||
Loading…
Reference in new issue