diff --git a/src/renderers/Page.tsx b/src/renderers/Page.tsx index 39f04b45..811acdd6 100644 --- a/src/renderers/Page.tsx +++ b/src/renderers/Page.tsx @@ -233,7 +233,7 @@ export default class Page extends React.Component { action.actionType === 'copy' && (action.content || action.copy) ) { - env.copy && env.copy(filter(action.content || action.copy, ctx)); + env.copy && env.copy(filter(action.content || action.copy, ctx, '| raw')); } }