You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/src/components/layout/QDrawer.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,13 @@
118
118
"type": "Boolean",
119
119
"desc": "Disables the default behavior where drawer can be swiped out of view (applies to drawer content only); Useful for iOS platforms where it might interfere with Safari's 'swipe to go to previous/next page' feature",
120
120
"category": "behavior"
121
+
},
122
+
123
+
"no-swipe-backdrop": {
124
+
"type": "Boolean",
125
+
"desc": "Disable the default behavior where drawer backdrop can be swiped",
0 commit comments