Namespace workspace/view css

This commit is contained in:
Nick O'Leary
2019-05-01 22:41:20 +01:00
parent 126a42056d
commit 8dc1ad8168
36 changed files with 509 additions and 479 deletions

View File

@@ -101,7 +101,7 @@ RED.text.bidi = (function() {
* workspace or sidebar div
*/
function enforceTextDirectionOnPage() {
$("#workspace").find('span.bidiAware').each(function() {
$("#red-ui-workspace").find('span.bidiAware').each(function() {
$(this).attr("dir", resolveBaseTextDir($(this).html()));
});
$("#red-ui-sidebar").find('span.bidiAware').each(function() {