Made a drag effect and pop-up effect, the text box can not be entered

clipboard.png

clipboard.png

Mar.15,2021

if (e.target.nodeName.toLowerCase () = 'input') {/ / if the target element is input, jump out of the sliding event

        return false;
    }

input    
Menu