-
Beta Was this translation helpful? Give feedback.
Answered by
artf
Sep 5, 2022
Replies: 1 comment 2 replies
-
I'd suggest using the StyleManager API in order to update properly the selected style rule. editor.StyleManager.getSelected()?.addStyle({ 'z-index': -10 }) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bimsina
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd suggest using the StyleManager API in order to update properly the selected style rule.