diff --git a/src/UI/UIContextMenu.js b/src/UI/UIContextMenu.js index 7f3d798a..c37d3937 100644 --- a/src/UI/UIContextMenu.js +++ b/src/UI/UIContextMenu.js @@ -141,7 +141,7 @@ function UIContextMenu(options){ if ( options?.delay === false) { $(contextMenu).show(0); } else if(options?.delay === true || options?.delay === 1 || options?.delay === undefined) { - $(contextMenu).fadeIn(80).show(0); + $(contextMenu).fadeIn(50).show(0); } else { $(contextMenu).fadeIn(options?.delay).show(0); }