fix youtube embed sizing and weird zindexing; fix single col video sizing inconsistency across other browsers
This commit is contained in:
@@ -211,9 +211,6 @@ export function convertToText(str = '') {
|
||||
// Replace `<p>` (from IE).
|
||||
value = value.replace(/<p>/gi, '\n');
|
||||
|
||||
// Remove extra tags.
|
||||
value = value.replace(/<(.*?)>/g, '');
|
||||
|
||||
// Trim each line.
|
||||
value = value
|
||||
.split('\n')
|
||||
|
||||
Reference in New Issue
Block a user