Browse Source

fix: 修复了保护工作表的提示语placeHolder为undefined的问题

master
菜猫子neko 4 years ago
parent
commit
fe724dc53c
  1. 2
      src/controllers/protection.js

2
src/controllers/protection.js

@ -555,7 +555,7 @@ function initialProtectionRIghtBar(file){
</div> </div>
<div class="luckysheet-slider-protection-row" style="height:47px;margin-top:4px;"> <div class="luckysheet-slider-protection-row" style="height:47px;margin-top:4px;">
<div class="luckysheet-slider-protection-column" style="width:98%;"> <div class="luckysheet-slider-protection-column" style="width:98%;">
<textarea class="luckysheet-protection-textarea" id="protection-hint" placeHolder="${local_protection.enterHintTitle}"></textarea> <textarea class="luckysheet-protection-textarea" id="protection-hint" placeHolder="${local_protection.enterHint}"></textarea>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save