mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
refac
This commit is contained in:
parent
d4f70830d1
commit
994170b482
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue