mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 03:03:40 +08:00
FIX: Prettier on iframed-html component (#9062)
This commit is contained in:
parent
337b823ec6
commit
f358114361
|
@ -6,7 +6,7 @@ export default Component.extend({
|
||||||
className: "",
|
className: "",
|
||||||
classNameBindings: ["html:iframed-html", "className"],
|
classNameBindings: ["html:iframed-html", "className"],
|
||||||
sandbox: "allow-same-origin",
|
sandbox: "allow-same-origin",
|
||||||
attributeBindings: ['sandbox:sandbox'],
|
attributeBindings: ["sandbox:sandbox"],
|
||||||
|
|
||||||
didRender() {
|
didRender() {
|
||||||
this._super(...arguments);
|
this._super(...arguments);
|
||||||
|
@ -16,4 +16,3 @@ export default Component.extend({
|
||||||
iframeDoc.close();
|
iframeDoc.close();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user