MCPcopy
hub / github.com/ChinaGodMan/UserScripts / endSelecting

Function endSelecting

web-clipper/web-clipper.user.js:713–718  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

711
712 // 结束选择
713 function endSelecting() {
714 isSelecting = false
715 $('.h2m-selection-box').removeClass('h2m-selection-box')
716 $('body').removeClass('h2m-no-scroll')
717 $('.h2m-tip').remove()
718 }
719
720 function tip(message, timeout = null) {
721 var $tipElement = $('<div>')

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected