diff --git a/src/Flows.js b/src/Flows.js index 028321c..a05ae09 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -890,7 +890,7 @@ class FlowItemRow extends PureComponent { props.info.cw && window.config.whitelist_cw.indexOf('*') === -1 && window.config.whitelist_cw.indexOf(props.info.cw) === -1 && - props.mode === 'list'; + (props.mode === 'list' || this.props.is_quote); this.has_block_words = check_block(props.info); this.color_picker = new ColorPicker(); this.state = { @@ -1078,7 +1078,10 @@ class FlowItemRow extends PureComponent { return ( (!this.has_block_words || mode !== 'list') && (