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
Hey @layershifter how about parsing the slots styles first and as you suggested above, fixing the property by something like this - property.replace(/(\r\n|\n|\r)/gm, " ").replace(/\s+/g, " ").trim()
The text was updated successfully, but these errors were encountered: