forked from p96170835/amis
copy 默认不转义
This commit is contained in:
parent
79817f11ce
commit
5208627fa2
|
@ -233,7 +233,7 @@ export default class Page extends React.Component<PageProps> {
|
|||
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'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue