Browse Source

文本格式默认选中为自动

master
flowerField 5 years ago
parent
commit
06f307c0b6
  1. 1
      src/controllers/menuButton.js
  2. 2
      src/controllers/mobile.js

1
src/controllers/menuButton.js

@ -431,6 +431,7 @@ const menuButton = {
//luckysheet-icon-fmt-other-menuButton_sub
$("body").append(menu+submenu);
$menuButton = $("#" + menuButtonId).width(250);
_this.focus($menuButton);
$menuButton.find(".luckysheet-cols-menuitem").click(function(){
$menuButton.hide();

2
src/controllers/mobile.js

@ -9,8 +9,6 @@ export default function mobileinit(){
//去除滚动条
Store.cellMainSrollBarSize = 0;
//滑动滚动表格
let luckysheet_touchmove_status = false,
luckysheet_touchmove_startPos = {},

Loading…
Cancel
Save