highlighter.js icon indicating copy to clipboard operation
highlighter.js copied to clipboard

Option - avoid invisible or hidden elements

Open 45kb opened this issue 10 years ago • 1 comments

var Highlighter = new window.Highlighter({
    'viewable': true
});

Work only with visible/viewable elements in page

45kb avatar Jul 08 '15 09:07 45kb

Actually it skips also overflow hidden elements (elements in the footer for example)

45kb avatar Jul 19 '15 10:07 45kb