dominch / redmine_highlightjs

A redmine plugin to highlight code blocks much better than coderay!
Other
22 stars 10 forks source link

loader.js forcibly removes the selection from text in pre block #31

Open iamoverit opened 6 years ago

iamoverit commented 6 years ago

setInterval(function() { updateCodes(file_class); }, 5000); these lines remove selection every 5 seconds from text in pre block in webkit browsers(chrome, firefox, etc..)