HumbleUI icon indicating copy to clipboard operation
HumbleUI copied to clipboard

Fix: Nested Draggables

Open lambdaschmied2 opened this issue 2 years ago • 2 comments

Instead of returning cs in -measure return (core/measure child _ctx cs)

Donno what cs does or stands for, but I suppose it was just a placeholder ^^

lambdaschmied2 avatar Apr 03 '23 21:04 lambdaschmied2

cs is short for “constraints”

Can you modify an example so that it demonstrates the behaviour that you fixed? I’m not sure I understand what you fixed (or what was broken) in video in #74

tonsky avatar Apr 04 '23 15:04 tonsky

Also, function arguments that start with underscore mean “not currently used in function body”. If you pass it to the child, it should not contain underscore

tonsky avatar Apr 04 '23 15:04 tonsky