Allow offset setter to throw when input is disconnected #2114
Comments
|
Just as a checkmark, this is already in the blog post. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Fallout from #2043: #2043 (comment)
Remove the
|| { top: 0, left: 0 }that was added to let$disconnected.offset({ top: y, left: x })continue proxying.css({ top: y, left: x }), along with any associated tests asserting the behavior.The text was updated successfully, but these errors were encountered: