()
| 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>') |