mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Fixed code block selection and drag/drop issues
This commit is contained in:
@ -96,7 +96,6 @@ module.exports.wysiwygView = function(elem) {
|
||||
|
||||
let lang = (elem.className || '').replace('language-', '');
|
||||
if (lang === '' && codeElem) {
|
||||
console.log(codeElem.className);
|
||||
lang = (codeElem.className || '').replace('language-', '')
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user