mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 21:07:16 +00:00
fix(nc-gui): some tooltip related issue in mobile view
This commit is contained in:
@@ -20,6 +20,7 @@ const onClick = () => {
|
||||
'opacity-0 w-0 pointer-events-none': !isMobileMode && !isLeftSidebarOpen,
|
||||
'opacity-100 max-w-10': isMobileMode || isLeftSidebarOpen,
|
||||
}"
|
||||
:disabled="!!isMobileMode"
|
||||
>
|
||||
<template #title>
|
||||
{{ isLeftSidebarOpen ? `${$t('title.hideSidebar')}` : `${$t('title.showSidebar')}` }}
|
||||
|
||||
Reference in New Issue
Block a user