editor.js
editor.js copied to clipboard
fix for Block tool's path element style getting overridden by global style
This PR addresses the issue #2294 .
I am simply sparing the child component of Block tool from a global css rule using :not operator.