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 Mar 8, 2019. It is now read-only.
I faced with a problem when I add new CSS class to textarea element, but iframe style is not changing at all.
For example, I add class:
.not-saved{
background-color: black;
}
But editor's background stays white. My questions are:
1). Is there any function for synchronization of textarea and iframe styles?
2). For some reason I can not change inline properties set in editor's iframe even with jQuery function:
I faced with a problem when I add new CSS class to textarea element, but iframe style is not changing at all.
For example, I add class:
But editor's background stays white. My questions are:
1). Is there any function for synchronization of textarea and iframe styles?
2). For some reason I can not change inline properties set in editor's iframe even with jQuery function:
It's still white.
Would appreciate any help.
The text was updated successfully, but these errors were encountered: