1.0.5 - regression in adding extra info (directors, etc)
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
>
|
||||
{#if !collapsed}
|
||||
<Badge className="bg-white/10 text-text-secondary"
|
||||
>v1.0.4 Release Candiate</Badge
|
||||
>v1.0.5 Release Candiate</Badge
|
||||
>
|
||||
{:else}
|
||||
<Badge className="bg-white/10 text-text-secondary">v</Badge>
|
||||
|
||||
@@ -178,8 +178,10 @@
|
||||
}
|
||||
|
||||
function handleAddPlotWithSearch(file, event) {
|
||||
// Svelte Button dispatches a custom event; the native MouseEvent is in detail.
|
||||
const nativeEvent = event?.detail ?? event;
|
||||
// Open dropdown for search
|
||||
toggleSearchDropdown(file, event);
|
||||
toggleSearchDropdown(file, nativeEvent);
|
||||
}
|
||||
|
||||
function handleQuickAddPlot(file) {
|
||||
|
||||
Reference in New Issue
Block a user