diff --git a/README-zh.md b/README-zh.md index 44f600c..7f642c5 100644 --- a/README-zh.md +++ b/README-zh.md @@ -138,6 +138,7 @@ npm run build - [鲁班h5](https://github.com/ly525/luban-h5) - [excelize](https://github.com/360EntSecGroup-Skylar/excelize) - [h5-Dooring](https://github.com/MrXujiang/h5-Dooring) +- [Furion](https://gitee.com/monksoul/Furion) ## 交流 @@ -193,6 +194,7 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些 - *旭 ¥ 10 - Quentin ¥ 20 - 周宇凡 ¥ 100 +- *超 ¥ 10 ## 贡献者和感谢 diff --git a/README.md b/README.md index 79bca8e..c5393bc 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ npm run build - [luban-h5](https://github.com/ly525/luban-h5) - [excelize](https://github.com/360EntSecGroup-Skylar/excelize) - [h5-Dooring](https://github.com/MrXujiang/h5-Dooring) +- [Furion](https://gitee.com/monksoul/Furion) ## Communication - [Github Discussions](https://github.com/mengshukeji/Luckysheet/discussions) @@ -177,6 +178,7 @@ Funds donated via Patreon go directly to support mengshukeji's work on Luckyshee - *旭 ¥ 10 - Quentin ¥ 20 - 周宇凡 ¥ 100 +- *超 ¥ 10 ## Authors and acknowledgment diff --git a/docs/about/sponsor.md b/docs/about/sponsor.md index b8397f3..35f7c43 100644 --- a/docs/about/sponsor.md +++ b/docs/about/sponsor.md @@ -45,3 +45,4 @@ Funds donated via Patreon go directly to support mengshukeji's work on Luckyshee - *旭 ¥ 10 - Quentin ¥ 20 - 周宇凡 ¥ 100 +- *超 ¥ 10 diff --git a/docs/zh/about/sponsor.md b/docs/zh/about/sponsor.md index cc7b47a..00cc9a7 100644 --- a/docs/zh/about/sponsor.md +++ b/docs/zh/about/sponsor.md @@ -44,4 +44,5 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些 - **sdmq ¥ 20 - *旭 ¥ 10 - Quentin ¥ 20 -- 周宇凡 ¥ 100 \ No newline at end of file +- 周宇凡 ¥ 100 +- *超 ¥ 10 \ No newline at end of file diff --git a/src/controllers/updateCell.js b/src/controllers/updateCell.js index 690d658..c6be717 100644 --- a/src/controllers/updateCell.js +++ b/src/controllers/updateCell.js @@ -29,7 +29,7 @@ export function luckysheetupdateCell(row_index1, col_index1, d, cover, isnotfocu } // 钩子函数 - method.createHookFunction('cellEditBefore',Store.luckysheet_select_save) + if(!method.createHookFunction('cellEditBefore',Store.luckysheet_select_save)){return;} // 编辑单元格时发送指令到后台,通知其他单元格更新为“正在输入”状态 server.saveParam("mv", Store.currentSheetIndex, {op:"enterEdit",range:Store.luckysheet_select_save});