mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 22:36:46 +00:00
chore: sync various (#9864)
* chore: sync various Signed-off-by: mertmit <mertmit99@gmail.com> * test: ws scope Signed-off-by: mertmit <mertmit99@gmail.com> * fix(nc-gui): ncSubmenu right icon visibility issue * fix(nc-gui): use viewTypeAlias in all the places --------- Signed-off-by: mertmit <mertmit99@gmail.com> Co-authored-by: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com>
This commit is contained in:
@@ -183,7 +183,7 @@ const openDropDown = (e: Event) => {
|
||||
|
||||
const onVisibleChange = () => {
|
||||
editColumnDropdown.value = true
|
||||
if (!editOrAddProviderRef.value?.isWebHookModalOpen()) {
|
||||
if (!editOrAddProviderRef.value?.shouldKeepModalOpen()) {
|
||||
editColumnDropdown.value = false
|
||||
enableDescription.value = false
|
||||
}
|
||||
@@ -222,7 +222,8 @@ const onClick = (e: Event) => {
|
||||
<div
|
||||
class="nc-virtual-cell-name-wrapper flex-1 flex items-center"
|
||||
:class="{
|
||||
'max-w-[calc(100%_-_23px)]': !isExpandedForm,
|
||||
'max-w-[calc(100%_-_23px)]': !isExpandedForm && !column.description?.length,
|
||||
'max-w-[calc(100%_-_44px)]': !isExpandedForm && column.description?.length,
|
||||
'max-w-full': isExpandedForm && !isExpandedBulkUpdateForm,
|
||||
}"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user