We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8492b commit c9a43ceCopy full SHA for c9a43ce
src/UI/UIContextMenu.js
@@ -137,7 +137,6 @@ function UIContextMenu(options){
137
if ( options?.delay === false) {
138
$(contextMenu).show(0);
139
} else if(options?.delay === true || options?.delay === 1 || options?.delay === undefined) {
140
- console.log('delay')
141
$(contextMenu).fadeIn(80).show(0);
142
} else {
143
$(contextMenu).fadeIn(options?.delay).show(0);
0 commit comments