mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 10:58:11 +08:00
Hide the left border notch in layers when a wire isn't entering from the layer's left
This commit is contained in:
@@ -69,12 +69,15 @@ export class UpdateInSelectedNetwork extends JsMessage {
|
||||
|
||||
const LayerWidths = Transform(({ obj }) => obj.layerWidths);
|
||||
const ChainWidths = Transform(({ obj }) => obj.chainWidths);
|
||||
const HasLeftInputWire = Transform(({ obj }) => obj.hasLeftInputWire);
|
||||
|
||||
export class UpdateLayerWidths extends JsMessage {
|
||||
@LayerWidths
|
||||
readonly layerWidths!: Map<bigint, number>;
|
||||
@ChainWidths
|
||||
readonly chainWidths!: Map<bigint, number>;
|
||||
@HasLeftInputWire
|
||||
readonly hasLeftInputWire!: Map<bigint, boolean>;
|
||||
}
|
||||
|
||||
export class UpdateNodeGraph extends JsMessage {
|
||||
|
||||
Reference in New Issue
Block a user