Thomas G. Lopes commited on
Commit
3884907
·
1 Parent(s): f415c95

fix: remove default open from run popover

Browse files
src/lib/components/inference-playground/playground.svelte CHANGED
@@ -269,7 +269,6 @@
269
  {#if multiple}
270
  <div class="w-[1px] bg-gray-800" aria-hidden="true"></div>
271
  <Popover
272
- open
273
  floatingConfig={{
274
  computePosition: {
275
  placement: "top-end",
 
269
  {#if multiple}
270
  <div class="w-[1px] bg-gray-800" aria-hidden="true"></div>
271
  <Popover
 
272
  floatingConfig={{
273
  computePosition: {
274
  placement: "top-end",