Skip to content

Commit

Permalink
fix: icon display incorrect (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming authored Feb 5, 2025
1 parent 7a7c082 commit 33466c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ const quill1 = new Quill('#editor1', {
transparent: '透明',
perWidthInsufficient: '百分比宽度不足, 如需完成操作需要转换表格为固定宽度,是否继续?',

CopyCell: '复制单元格',
CutCell: '剪切单元格',
InsertTop: '向上插入一行',
InsertRight: '向右插入一列',
InsertBottom: '向下插入一行',
Expand Down
2 changes: 1 addition & 1 deletion src/svg/copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/svg/cut.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33466c3

Please sign in to comment.