This commit is contained in:
Timothy Jaeryang Baek 2025-08-01 18:17:09 +04:00
parent d4f70830d1
commit 994170b482

View file

@ -82,7 +82,7 @@
const initPinnedModelsSortable = () => { const initPinnedModelsSortable = () => {
const pinnedModelsList = document.getElementById('pinned-models-list'); const pinnedModelsList = document.getElementById('pinned-models-list');
if (pinnedModelsList) { if (pinnedModelsList && !$mobile) {
new Sortable(pinnedModelsList, { new Sortable(pinnedModelsList, {
animation: 150, animation: 150,
onUpdate: async (event) => { onUpdate: async (event) => {