mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
All concrete constraint-modifier methods accept 6 arguments (type, axis, child-before, parent-before, child-after, parent-after) but the :default fallback only declared 5 parameters. Any unknown constraint type would therefore receive 6 args and throw an arity error at runtime. Added the missing sixth underscore parameter. Signed-off-by: Andrey Antukh <niwi@niwi.nz>