mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 19:38:13 +08:00
Rename several node graph structs/fields
This commit is contained in:
@@ -87,7 +87,6 @@
|
||||
</script>
|
||||
|
||||
<!-- TODO: Refactor this component to use `<svelte:component this={attributesObject} />` to avoid all the separate conditional components -->
|
||||
<!-- TODO: Also rename this component, and probably move the `widget-${direction}` wrapper to be part of `WidgetLayout.svelte` as part of its refactor -->
|
||||
|
||||
<div class={`widget-span ${className} ${extraClasses}`.trim()} class:row={direction === "row"} class:column={direction === "column"}>
|
||||
{#each widgetsAndNextSiblingIsSuffix as [component, nextIsSuffix], index}
|
||||
|
||||
Reference in New Issue
Block a user