Clipping should be enabled on touch
This was always the intention and the main use case of 'clipping'. It seems like it got lost somewhere along the way.
This commit is contained in:
@@ -157,7 +157,7 @@ const UI = {
|
||||
UI.initSetting('host', window.location.hostname);
|
||||
UI.initSetting('port', port);
|
||||
UI.initSetting('encrypt', (window.location.protocol === "https:"));
|
||||
UI.initSetting('view_clip', false);
|
||||
UI.initSetting('view_clip', isTouchDevice);
|
||||
UI.initSetting('resize', 'off');
|
||||
UI.initSetting('shared', true);
|
||||
UI.initSetting('view_only', false);
|
||||
|
||||
Reference in New Issue
Block a user