Skip to content

Commit 034075b

Browse files
committed
Update toolbarList.js
1 parent a7066e4 commit 034075b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/toolbarActions/toolbarList.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,14 @@ const toolbarList = (state, dispatcher) => [
222222
active: true,
223223
visibility: true,
224224
},
225-
{
226-
type: 'action',
227-
text: 'Share',
228-
icon: FaShare,
229-
action: openShareModal,
230-
active: true,
231-
visibility: true,
232-
},
225+
// {
226+
// type: 'action',
227+
// text: 'Share',
228+
// icon: FaShare,
229+
// action: openShareModal,
230+
// active: true,
231+
// visibility: true,
232+
// },
233233
{
234234
type: 'menu',
235235
text: 'Export',

0 commit comments

Comments
 (0)