We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f0911 commit dcaa58bCopy full SHA for dcaa58b
src/main/java/com/flowingcode/addons/applayout/AppLayout.java
@@ -128,11 +128,11 @@ public void clearToolbarIconButtons() {
128
}
129
130
public void setMenuVisible(boolean visible) {
131
- this.getElement().setProperty("drawer-visible", visible);
+ this.getElement().setProperty("drawerVisible", visible);
132
133
134
public boolean isMenuVisible() {
135
- return this.getElement().getProperty("drawer-visible", true);
+ return this.getElement().getProperty("drawerVisible", true);
136
137
138
/** Set the toolbar title */
0 commit comments