You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review feedback: skip hex components in finalizeValues
An all-decimal-digit hex string (e.g. 000000) parses fine as a Double,
so finalizeValues was reformatting it through formattedDragValue's
.hex case, which always returns "" — blanking the field on commit.
0 commit comments