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 29273a2 commit eeef50f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patch/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,15 +328,15 @@ html=`<div class="hide">
</div>
</div>
<div class="layui-col-md6 lr_col">
<div class="lr input old_show"></div>
<div oninput="qqq_hight_light()" class="lr input old" contenteditable="true"></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 oninput="qqq_hight_light()" class="lr input new" contenteditable="true"></div>
<div oninput="qqq_hight_light()" class="lr input new" contenteditable="plaintext-only"></div>
</div>
Expand Down

0 comments on commit eeef50f

Please sign in to comment.