Skip to content

Commit adb67a5

Browse files
committed
disable hyperextensible and tapToClose on sidebar snap
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent 7ed11b6 commit adb67a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ export const initCore = () => {
211211
const snapper = new Snap({
212212
element: document.getElementById('app-content'),
213213
disable: 'right',
214+
hyperextensible: false,
214215
maxPosition: 300, // $navigation-width
215216
minDragDistance: 100,
216217
})

0 commit comments

Comments
 (0)