From 8a0d305d7b80d2797a40e7c076c337a609f8a1e3 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Fri, 2 Jun 2023 21:30:47 +0200 Subject: [PATCH] Fixed infinite loop bug when a document in the find view has been double clicked --- CHANGELOG.md | 3 ++- frontend/src/organisms/connection/collection/find.svelte | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44b4d4e..2af08df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## Unreleased -* `79d42fd` Added some external links related to Rolens to the application menu. +* Added some external links related to Rolens to the application menu. +* Fix an infinite loop bug when a document in the find view has been double clicked. ## [v0.1.0](https://github.com/garraflavatra/rolens/releases/tag/v0.1.0) diff --git a/frontend/src/organisms/connection/collection/find.svelte b/frontend/src/organisms/connection/collection/find.svelte index 967def7..8dccd9d 100644 --- a/frontend/src/organisms/connection/collection/find.svelte +++ b/frontend/src/organisms/connection/collection/find.svelte @@ -256,10 +256,10 @@ -{#key objectViewerData} +{#if objectViewerData} -{/key} +{/if} {#each [ 1, 5, 10, 25, 50, 100, 200 ] as value}