DylanHojnoski / obsidian-graphs

Plugin for Obsidian that renders interactive graphs from YAML.
GNU General Public License v3.0
27 stars 1 forks source link

Composing bug #8

Closed DylanHojnoski closed 5 months ago

DylanHojnoski commented 5 months ago

There was a bug with composing elements inside of a function. Not all elements need or have .Value() as a method. This caused problems when trying to compose other elements besides sliders in a function. This solution should fix it while also adding the segment element type.