resize-observer icon indicating copy to clipboard operation
resize-observer copied to clipboard

Inconsistent anchoring in regex

Open romainmenke opened this issue 1 year ago • 1 comments

https://github.com/juggle/resize-observer/blob/05c6ede94c9f84eef328474edbb426e615d7e51a/src/algorithms/calculateBoxSize.ts#L17

Was it intentional that only tb is anchored and that vertical is not, or should the regex be : /^tb|^vertical/?

romainmenke avatar Feb 29 '24 12:02 romainmenke

This is not intentional. Good find.

TremayneChrist avatar Mar 18 '24 15:03 TremayneChrist