Fixes #89675: Fix arithmetic

上级 ba633b26
......@@ -334,7 +334,7 @@ class Widget {
if (MIN_LIMIT < 0) {
// And we need to make sure we haven't expanded them before the page
const delta3 = MIN_LIMIT;
const delta3 = -MIN_LIMIT;
MIN_LIMIT += delta3;
MAX_LIMIT += delta3;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册