mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 13:06:44 +00:00
fix(nc-gui): some tooltip related issue in mobile view
This commit is contained in:
@@ -48,6 +48,7 @@ const showSidebarBtn = computed(() => {
|
||||
}"
|
||||
placement="bottom"
|
||||
hide-on-click
|
||||
:disabled="!!isMobileMode"
|
||||
>
|
||||
<template #title>
|
||||
{{ isLeftSidebarOpen ? `${$t('title.hideSidebar')}` : `${$t('title.showSidebar')}` }}
|
||||
|
||||
Reference in New Issue
Block a user