Browse Source

Merge pull request #489 from flowerField/master

fix bug
master
文顶顶 5 years ago
committed by GitHub
parent
commit
d2ea9d62ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/controllers/menuButton.js

3
src/controllers/menuButton.js

@ -3014,7 +3014,8 @@ const menuButton = {
type = "s"
}
else if(foucsStatus == "General" || foucsStatus === 0){
type = "g";
// type = "g";
type = isRealNum(value) ? "n" : "g";
}
if (getObjType(cell) == "object") {

Loading…
Cancel
Save