Skip to content

Commit b813345

Browse files
authored
feat(app): locks new link input on profile (#304)
Prevents the last link entry, always blank inputs, from being sorted into the Links list while editing and removes the cleanup workaround that is no longer needed.
1 parent 5f8dfbd commit b813345

File tree

3 files changed

+111
-148
lines changed

3 files changed

+111
-148
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@lezer/highlight": "^1.2.1",
2626
"@polar-sh/checkout": "^0.1.6",
2727
"@polar-sh/sdk": "^0.18.0",
28-
"@rodrigodagostino/svelte-sortable-list": "^0.10.8",
28+
"@rodrigodagostino/svelte-sortable-list": "^0.10.16",
2929
"@skeletonlabs/skeleton": "^2.10.3",
3030
"@skeletonlabs/tw-plugin": "^0.4.0",
3131
"@sveltejs/adapter-node": "^5.2.9",
@@ -111,4 +111,4 @@
111111
"@discordjs/util": "patches/@discordjs__util.patch"
112112
}
113113
}
114-
}
114+
}

0 commit comments

Comments
 (0)