Add preference to automatically enable the Hand Tool when the viewer loads
This commit is contained in:
parent
4c9c43f82b
commit
42f9541081
2 changed files with 11 additions and 3 deletions
|
@ -21,5 +21,6 @@
|
|||
var DEFAULT_PREFERENCES = {
|
||||
showPreviousViewOnLoad: true,
|
||||
defaultZoomValue: '',
|
||||
ifAvailableShowOutlineOnLoad: false
|
||||
ifAvailableShowOutlineOnLoad: false,
|
||||
enableHandToolOnLoad: false
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue