mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-09 14:41:50 -06:00
Update UITaskbar.js
This commit is contained in:
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user