Browse Source

fix bug

master
flowerField 5 years ago
parent
commit
c645475baa
  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