@tutti-os/workspace-file-manager 0.0.94 → 0.0.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -952,7 +952,6 @@ var WorkspaceFileManagerPreviewController = class {
|
|
|
952
952
|
const loadedState = createWorkspaceFilePreviewLoadedState({
|
|
953
953
|
bytes,
|
|
954
954
|
entry: selectedEntry,
|
|
955
|
-
renderHtml: true,
|
|
956
955
|
target: activationTarget
|
|
957
956
|
});
|
|
958
957
|
if (loadedState.status === "image" || loadedState.status === "video") {
|
|
@@ -2517,4 +2516,4 @@ export {
|
|
|
2517
2516
|
sortWorkspaceFileEntriesForArrangeMode,
|
|
2518
2517
|
resolveWorkspaceFileEntryArrangeDateMs
|
|
2519
2518
|
};
|
|
2520
|
-
//# sourceMappingURL=chunk-
|
|
2519
|
+
//# sourceMappingURL=chunk-KVP3Z2Y5.js.map
|