Update UITaskbar.js

This commit is contained in:
jelveh
2025-07-25 20:22:38 -07:00
parent d17b466e37
commit dd76ac27ae

View File

@@ -275,7 +275,7 @@ async function UITaskbar(options){
window.make_taskbar_sortable = function(){
const position = window.taskbar_position || 'bottom';
const axis = position === 'bottom' ? 'x' : 'y';
$('.taskbar-sortable').sortable({
axis: axis,
items: '.taskbar-item-sortable:not(.has-open-contextmenu)',