-
Notifications
You must be signed in to change notification settings - Fork 108
fix: tinymce plugin issue #304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| 33% { | ||
| transform: rotate(calc(7deg * var(--cs-direction-multiplier))); | ||
| transform: rotate(7deg); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the purpose behind removing these changes? Were they causing issues?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No particolar reason. I just synced back the styles from what was in the pro repo. Also maybe a bit easier to understand
| // Base64-encoded version of menu-icon.svg | ||
| const scissorsIcon = | ||
| 'data:image/svg+xml;base64,' + | ||
| 'PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZX' + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little concerned this dump of base64 code might cause false-positives in security plugins (my concerns may be unfounded)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I taught about that too.. i wanted to make a function that takes the actual file and encodes it in base64 ar required but somethig wasnt working right, so i ended up doing it like this.. maybe you could help with that?
TL;DR
What changed?
.browserslistrcfile to prevent compatibility issuesCode_Snippets\Vendor\to prevent conflicts with other pluginsHow to test?