Skip to content

Commit

Permalink
docs(sponsors): sponsors
Browse files Browse the repository at this point in the history
1.Add sponsor 2.hook cellEditBefore support return false
  • Loading branch information
Dushusir committed Feb 7, 2021
1 parent bb7b532 commit 48b04f1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 交流

Expand Down Expand Up @@ -193,6 +194,7 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些
- *旭 ¥ 10
- Quentin ¥ 20
- 周宇凡 ¥ 100
- *超 ¥ 10

## 贡献者和感谢

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/about/sponsor.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ Funds donated via Patreon go directly to support mengshukeji's work on Luckyshee
- *旭 ¥ 10
- Quentin ¥ 20
- 周宇凡 ¥ 100
- *超 ¥ 10
3 changes: 2 additions & 1 deletion docs/zh/about/sponsor.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ Luckysheet是MIT许可的开源项目,其持续稳定的开发离不开这些
- **sdmq ¥ 20
- *旭 ¥ 10
- Quentin ¥ 20
- 周宇凡 ¥ 100
- 周宇凡 ¥ 100
- *超 ¥ 10
2 changes: 1 addition & 1 deletion src/controllers/updateCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -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});
Expand Down

0 comments on commit 48b04f1

Please sign in to comment.