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
{{ message }}
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
When using the helpers slate.rte.wrapTable and slate.rte.wrapIframe, if you do not provide an option for tableWrapperClass the script will apply a class of undefined.
Replication steps
In theme.js, call slate.rte.wrapTable with no class option provided.
Problem
When using the helpers
slate.rte.wrapTable
andslate.rte.wrapIframe
, if you do not provide an option fortableWrapperClass
the script will apply a class ofundefined
.Replication steps
In
theme.js
, callslate.rte.wrapTable
with no class option provided.The text was updated successfully, but these errors were encountered: