зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1167789 - Do not remove 'inline' from copied text in the style editor; r=bgrins
MozReview-Commit-ID: Jr53MoECfne --HG-- extra : rebase_source : a71562f2210fc38ba6cb54ed3c527ec33cebec70
This commit is contained in:
Родитель
208ab94666
Коммит
53f40ae755
|
@ -477,11 +477,6 @@ CssRuleView.prototype = {
|
|||
|
||||
// Remove any double newlines.
|
||||
text = text.replace(/(\r?\n)\r?\n/g, "$1");
|
||||
|
||||
// Remove "inline"
|
||||
let inline = _strings.GetStringFromName("rule.sourceInline");
|
||||
let rx = new RegExp("^" + inline + "\\r?\\n?", "g");
|
||||
text = text.replace(rx, "");
|
||||
}
|
||||
|
||||
clipboardHelper.copyString(text);
|
||||
|
|
Загрузка…
Ссылка в новой задаче