mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
Update UIContextMenu.js
This commit is contained in:
@@ -137,7 +137,6 @@ function UIContextMenu(options){
|
||||
if ( options?.delay === false) {
|
||||
$(contextMenu).show(0);
|
||||
} else if(options?.delay === true || options?.delay === 1 || options?.delay === undefined) {
|
||||
console.log('delay')
|
||||
$(contextMenu).fadeIn(80).show(0);
|
||||
} else {
|
||||
$(contextMenu).fadeIn(options?.delay).show(0);
|
||||
|
||||
Reference in New Issue
Block a user