Browse Source
Merge pull request #464 from flowerField/master
all selected mv ..
master
文顶顶
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
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(); |
|
|
|
}); |
|
|
|
|
|
|
|
|