LeeHom
Results
3
comments of
LeeHom
**终极解决方案:** 1. 打开 `src/controllers/protection.js` 文件; 2. 找到如下两个方法并做对应修改; ``` //cell locked state export function checkProtectionLocked(r, c, sheetIndex) { let sheetFile = sheetmanage.getSheetByIndex(sheetIndex); if (sheetFile == null) { return true; } if...
已给出终极解决方案,请看这里:[终极解决方案](https://github.com/dream-num/Luckysheet/issues/477#issuecomment-1805516280)
确实有这个问题,我们也遇到了,希望官方可以修复