Skip to content

Commit

Permalink
added pan tool back on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianhein committed Jul 10, 2020
1 parent 8389146 commit feee676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/initialState.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
hiddenOnMobileDevice: true,
},
{ type: 'divider', hidden: ['mobile', 'tablet'] },
{ type: 'toolButton', toolName: 'Pan', hidden: ['mobile'] },
{ type: 'toolButton', toolName: 'Pan' },
// For mobile
{ type: 'toolButton', toolName: 'TextSelect' },
{ type: 'toolButton', toolName: 'AnnotationEdit', hidden: ['mobile'] },
Expand Down

0 comments on commit feee676

Please sign in to comment.