mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-07 00:54:07 +00:00
Remove "direction" CSS property from framed version of editor (#7409)
This commit is contained in:
parent
9cdb38d800
commit
96f97f237a
@ -118,6 +118,8 @@ FramedEngine.prototype.copyStyles = function() {
|
|||||||
this.domNode.style.margin = "0";
|
this.domNode.style.margin = "0";
|
||||||
// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour
|
// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour
|
||||||
this.domNode.style["-webkit-text-fill-color"] = "currentcolor";
|
this.domNode.style["-webkit-text-fill-color"] = "currentcolor";
|
||||||
|
// Ensure we don't force text direction to LTR
|
||||||
|
this.domNode.style.removeProperty("direction");
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user