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
// Toggle button must be rendered, but there is no element to teleport it to
1227
1228
if (this.open===false&&!this.noToggle&&!this.ncContentSelector) {
1228
-
console.warn('[NcAppSidebar] It looks like you want to use NcAppSidebar with the built-in toggle button. '
1229
-
+'This feature is only available when NcAppSidebar is used in NcContent.')
1229
+
logger.warn('[NcAppSidebar] It looks like you want to use NcAppSidebar with the built-in toggle button. This feature is only available when NcAppSidebar is used in NcContent.')
0 commit comments