提交 6b304767 编写于 作者: G Grant Windes

Fix NaN value in UI.Number when user deletes input and enters blank value.

上级 b20687b8
......@@ -648,6 +648,10 @@ UI.Number = function ( number ) {
dom.value = number;
} else {
dom.value = '0.00';
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册