mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-29 21:01:27 +00:00
do not await kv when setting taskbar position
This commit is contained in:
@@ -386,7 +386,7 @@ window.update_taskbar_position = async function(new_position) {
|
||||
}
|
||||
|
||||
// Store the new position
|
||||
await puter.kv.set('taskbar_position', new_position);
|
||||
puter.kv.set('taskbar_position', new_position);
|
||||
window.taskbar_position = new_position;
|
||||
|
||||
// Remove old position classes and add new one
|
||||
|
||||
Reference in New Issue
Block a user