GitHub Action пре 1 месец
родитељ
комит
59ed8ccbd8
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      packages/app/src/components/prompt-input.tsx

+ 2 - 2
packages/app/src/components/prompt-input.tsx

@@ -503,7 +503,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
     ),
     ),
   )
   )
 
 
-// Auto-scroll active command into view when navigating with keyboard
+  // Auto-scroll active command into view when navigating with keyboard
   createEffect(() => {
   createEffect(() => {
     const activeId = slashActive()
     const activeId = slashActive()
     if (!activeId || !slashPopoverRef) return
     if (!activeId || !slashPopoverRef) return
@@ -513,7 +513,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
       element?.scrollIntoView({ block: "nearest", behavior: "smooth" })
       element?.scrollIntoView({ block: "nearest", behavior: "smooth" })
     })
     })
   })
   })
-          
+
   createEffect(
   createEffect(
     on(
     on(
       () => prompt.current(),
       () => prompt.current(),