Bug: hiding preview in table view disable double-click to edit in list view

This commit is contained in:
Hillel Coren 2021-02-21 08:28:01 +02:00
parent 1b61d76144
commit f3b0e41fc8
1 changed files with 1 additions and 1 deletions

View File

@ -1406,7 +1406,7 @@ void selectEntity({
uiState.isViewing &&
!entity.entityType.isSetting &&
entityUIState.selectedId == entity.id &&
state.prefState.isPreviewVisible) {
(state.prefState.isPreviewVisible || state.prefState.isModuleList)) {
if (entityUIState.tabIndex > 0) {
store.dispatch(PreviewEntity());
} else {