We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 729b6b0 commit 00b390cCopy full SHA for 00b390c
1 file changed
src/lib/components/git/selectRootModal.svelte
@@ -152,7 +152,13 @@
152
<span slot="description">
153
Select the directory where your site code is located using the menu below.
154
</span>
155
- <DirectoryPicker {directories} {isLoading} on:select={fetchContents} bind:expanded />
+ <DirectoryPicker
156
+ {directories}
157
+ {isLoading}
158
+ bind:expanded
159
+ selected={currentPath}
160
+ openTo={currentPath}
161
+ on:select={fetchContents} />
162
163
<svelte:fragment slot="footer">
164
<Button secondary on:click={() => (show = false)}>Cancel</Button>
0 commit comments