Skip to content

Commit

Permalink
修复多空格不同步bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzlp committed Mar 11, 2024
1 parent eeef50f commit 951565f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patch/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,12 +330,12 @@ html=`<div class="hide">
</div>
<div class="layui-col-md6 lr_col">
<div class="lr input old_show"></div>
<div class="lr input old_show" contenteditable="plaintext-only"></div>
<div oninput="qqq_hight_light()" class="lr input old" contenteditable="plaintext-only"></div>
</div>
<div class="layui-col-md6 lr_col">
<div class="lr input new_show"></div>
<div class="lr input new_show" contenteditable="plaintext-only"></div>
<div oninput="qqq_hight_light()" class="lr input new" contenteditable="plaintext-only"></div>
</div>
Expand Down

0 comments on commit 951565f

Please sign in to comment.