Modified render styles to improve printability
This commit is contained in:
@@ -20,6 +20,7 @@ export default function ShopTemplateSaveButton({
|
||||
emailEditorRef.current.exportHtml(async (data) => {
|
||||
inlineCss(data.html, {
|
||||
url: `${window.location.protocol}://${window.location.host}/`,
|
||||
preserveMediaQueries: true,
|
||||
}).then(async function (inlineHtml) {
|
||||
const result = await updateTemplate({
|
||||
variables: {
|
||||
|
||||
Reference in New Issue
Block a user