We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example: Github hover on user name in bread crumb.
The text was updated successfully, but these errors were encountered:
Define two or more behavior patterns for dismissal, tokenize, and expose in the contract. Feature flag(s)?
We may need a slight delay to allow for the mouseenter event to fire when moving from bound element to poptart.
Sorry, something went wrong.
UPDATE: This task is a considerable effort. It may take more time to complete. In the interim the following code has been commented out:
/* ADVANCED HOVER PATTERNS */ this._d[ neodigmOpt.N55_APP_STATE.CONTEXT ].addEventListener("mouseout", ( ev ) => { // data-n55-poptart-hover console.log( " ~~~ ev.target?.dataset?.n55PoptartHover | " + ev.target?.dataset?.n55PoptartHover ) let sPTCont = neodigmUtils.walkDOM3( ev?.target, "n55PoptartHover" ) console.log( " ~~~ sPTCont | " + sPTCont ) if( sPTCont ){ this.close() } } )
No branches or pull requests
Example: Github hover on user name in bread crumb.
The text was updated successfully, but these errors were encountered: