You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was playing with the addon today and had what I thought was a pretty vanilla template:
{{#mobiledoc-editormobiledoc=properties.mobiledocon-change=(action'updateDoc') as |editor|}}{{mobiledoc-toolbareditor=editor}}{{/mobiledoc-editor}}
Everything worked great except the pull-quote button, which throws a MobileDocError with a message "Cannot set section tagName to pull-quote". Seems to be something about isValidTagName not being defined?
Not a big deal but should probably make vanilla use-case 100% functional. If you point me in the right direction I can take a crack at it
The text was updated successfully, but these errors were encountered:
Was playing with the addon today and had what I thought was a pretty vanilla template:
Everything worked great except the pull-quote button, which throws a
MobileDocError
with a message"Cannot set section tagName to pull-quote"
. Seems to be something aboutisValidTagName
not being defined?Not a big deal but should probably make vanilla use-case 100% functional. If you point me in the right direction I can take a crack at it
The text was updated successfully, but these errors were encountered: