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
Namely the helpers seem to automatically detect strings that start with -- and wrap them in a var()
Creating an anchor is straightforward. Apply the anchor-name property to the selected element, and assign it a unique identifier. This unique identifier must be prepended with a double dash, much like a CSS variable.
Some part of the CK styling system isn't going to be compatible with the incoming anchor positioning api.
Namely the helpers seem to automatically detect strings that start with
--
and wrap them in a var()e.g.
Bug Repro:
https://stackblitz.com/edit/canvas-kit-react-v12-starter-w7cqqu-fbcpu4wq?file=src%2FApp.tsx
the crux is
but in this case I don't want the
var
parts because--anchor-el
is not a custom propertyThe text was updated successfully, but these errors were encountered: