Browse Source
Merge pull request #717 from cdswyda/fix/customsButtons
fix(constant): 移除演示使用的邮件菜单中的 test customsButtons
master
Dushusir
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/controllers/constant.js
|
|
@ -289,7 +289,7 @@ function rightclickHTML(){ |
|
|
|
dataMenuseparator = false; |
|
|
|
} |
|
|
|
|
|
|
|
const customsButtons = (config.customs || [{title: 'test'}]).map((item, index) => ` |
|
|
|
const customsButtons = (config.customs || []).map((item, index) => ` |
|
|
|
<div data-index="${index}" class="luckysheetColsRowsHandleAdd_custom luckysheet-cols-menuitem luckysheet-mousedown-cancel"> |
|
|
|
<div class="luckysheet-cols-menuitem-content luckysheet-mousedown-cancel"> |
|
|
|
${item.title} |
|
|
|