Browse Source

Merge pull request #464 from flowerField/master

all selected mv ..
master
文顶顶 5 years ago
committed by GitHub
parent
commit
50c042cdd7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/controllers/handler.js

3
src/controllers/handler.js

@ -5021,6 +5021,9 @@ export default function luckysheetHandler() {
clearTimeout(Store.countfuncTimeout);
Store.countfuncTimeout = setTimeout(function () { countfunc() }, 500);
/* 选中区域:发送网络请求 */
server.saveParam("mv", Store.currentSheetIndex, Store.luckysheet_select_save);
event.stopPropagation();
});

Loading…
Cancel
Save