Browse Source

#308 remove obsolete prop

Falko Schindler 2 năm trước cách đây
mục cha
commit
d0a27da301
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      nicegui/page_layout.py

+ 0 - 1
nicegui/page_layout.py

@@ -76,7 +76,6 @@ class Drawer(ValueElement):
         '''
         with globals.get_client().layout:
             super().__init__(tag='q-drawer', value=value, on_value_change=None)
-        self._props['show-if-above'] = True
         self._props['side'] = side
         self._props['bordered'] = bordered
         self._props['elevated'] = elevated