|
@@ -549,7 +549,7 @@
|
|
}
|
|
}
|
|
asset.stackCount = 0;
|
|
asset.stackCount = 0;
|
|
asset.stack = [];
|
|
asset.stack = [];
|
|
- assetStore?.updateAsset(asset);
|
|
|
|
|
|
+ assetStore?.updateAsset(asset, true);
|
|
|
|
|
|
dispatch('unstack');
|
|
dispatch('unstack');
|
|
notificationController.show({ type: NotificationType.Info, message: 'Un-stacked', timeout: 1500 });
|
|
notificationController.show({ type: NotificationType.Info, message: 'Un-stacked', timeout: 1500 });
|
|
@@ -575,7 +575,7 @@
|
|
showDownloadButton={shouldShowDownloadButton}
|
|
showDownloadButton={shouldShowDownloadButton}
|
|
showDetailButton={shouldShowDetailButton}
|
|
showDetailButton={shouldShowDetailButton}
|
|
showSlideshow={!!assetStore}
|
|
showSlideshow={!!assetStore}
|
|
- hasStackChildern={$stackAssetsStore.length > 0}
|
|
|
|
|
|
+ hasStackChildren={$stackAssetsStore.length > 0}
|
|
on:goBack={closeViewer}
|
|
on:goBack={closeViewer}
|
|
on:showDetail={showDetailInfoHandler}
|
|
on:showDetail={showDetailInfoHandler}
|
|
on:download={() => downloadFile(asset)}
|
|
on:download={() => downloadFile(asset)}
|