Update UIContextMenu.js

This commit is contained in:
Nariman Jelveh
2024-05-30 18:16:32 -07:00
parent 7c8492ba43
commit c9a43ce5c0
-1
View File
@@ -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);