MCPcopy Index your code
hub / github.com/TruthHun/BookStack / removeTip

Function removeTip

static/wangEditor/js/wangEditor.js:3012–3018  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3010 });
3011 }
3012 function removeTip() {
3013 if (!isTipInTxt) {
3014 return;
3015 }
3016 $tip.remove();
3017 isTipInTxt = false;
3018 }
3019
3020 $txt.on('mouseenter', 'ul,ol,blockquote,p,h1,h2,h3,h4,h5,table,pre', function (e) {
3021 addAndShowTip($(e.currentTarget));

Callers 1

wangEditor.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected