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
With master, it looks like adding a "properties": {"cssClasses": "custom-class-from-data-foo"}} to an edge does not result in it getting added to the DOM.
We probably just need to initialize all of the properties from the data, rather than None, and special-case cssClasses.
This seems worthwhile to test.
The text was updated successfully, but these errors were encountered:
With
master
, it looks like adding a"properties": {"cssClasses": "custom-class-from-data-foo"}}
to an edge does not result in it getting added to the DOM.We probably just need to initialize all of the
properties
from the data, rather thanNone
, and special-casecssClasses
.This seems worthwhile to test.
The text was updated successfully, but these errors were encountered: