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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,17 @@
155
155
"mouseout": {
156
156
"extends": "click",
157
157
"desc": "Emitted when user moves mouse cursor out of the component and drawer is NOT in mobile mode; Useful for when taking a decision to toggle mini mode"
158
+
},
159
+
160
+
"mini-state": {
161
+
"desc": "Emitted when drawer changes the mini-mode state (sometimes it is forced to do so)",
0 commit comments