Skip to content

Commit

Permalink
🐛 优化排版导致无法删除 HTML 块 Fix #6311
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Oct 22, 2022
1 parent cd99b9f commit a35576d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/stage/protyle/js/lute/lute.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kernel/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/88250/clipboard v0.1.5
github.com/88250/css v0.1.2
github.com/88250/gulu v1.2.3-0.20221021091528-70e533d91a88
github.com/88250/lute v1.7.5-0.20221022041632-0b4058513bc7
github.com/88250/lute v1.7.5-0.20221022153730-92ba7f9ffcb9
github.com/88250/pdfcpu v0.3.13
github.com/88250/vitess-sqlparser v0.0.0-20210205111146-56a2ded2aba1
github.com/ConradIrwin/font v0.0.0-20210318200717-ce8d41cc0732
Expand Down
2 changes: 2 additions & 0 deletions kernel/go.sum
Expand Up @@ -25,6 +25,8 @@ github.com/88250/lute v1.7.5-0.20221021145826-eacaf7d2c164 h1:f5P+H5RIE4g6f7ixys
github.com/88250/lute v1.7.5-0.20221021145826-eacaf7d2c164/go.mod h1:cEoBGi0zArPqAsp0MdG9SKinvH/xxZZWXU7sRx8vHSA=
github.com/88250/lute v1.7.5-0.20221022041632-0b4058513bc7 h1:8fACKfniySq1LR8UD5TdEGSfGDyRRaJMFun46wHJo3k=
github.com/88250/lute v1.7.5-0.20221022041632-0b4058513bc7/go.mod h1:cEoBGi0zArPqAsp0MdG9SKinvH/xxZZWXU7sRx8vHSA=
github.com/88250/lute v1.7.5-0.20221022153730-92ba7f9ffcb9 h1:ATtPDhZ7/DbbdU+DyKTMiCSBdk00MYD/46i/eAUbE/8=
github.com/88250/lute v1.7.5-0.20221022153730-92ba7f9ffcb9/go.mod h1:cEoBGi0zArPqAsp0MdG9SKinvH/xxZZWXU7sRx8vHSA=
github.com/88250/pdfcpu v0.3.13 h1:touMWMZkCGalMIbEg9bxYp7rETM+zwb9hXjwhqi4I7Q=
github.com/88250/pdfcpu v0.3.13/go.mod h1:S5YT38L/GCjVjmB4PB84PymA1qfopjEhfhTNQilLpv4=
github.com/88250/vitess-sqlparser v0.0.0-20210205111146-56a2ded2aba1 h1:48T899JQDwyyRu9yXHePYlPdHtpJfrJEUGBMH3SMBWY=
Expand Down

0 comments on commit a35576d

Please sign in to comment.