Browse Source

fix(nc-gui): allow expand when is locked

pull/4153/head
mateonunez 2 years ago
parent
commit
b168e76a59
  1. 2
      packages/nc-gui/components/smartsheet/Grid.vue

2
packages/nc-gui/components/smartsheet/Grid.vue

@ -561,7 +561,7 @@ watch(
<a-checkbox v-model:checked="row.rowMeta.selected" />
</div>
<span class="flex-1" />
<div v-if="!readOnly && !isLocked" class="nc-expand" :class="{ 'nc-comment': row.rowMeta?.commentCount }">
<div v-if="!readOnly" class="nc-expand" :class="{ 'nc-comment': row.rowMeta?.commentCount }">
<a-spin v-if="row.rowMeta.saving" class="!flex items-center" />
<template v-else>
<span

Loading…
Cancel
Save