mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-27 17:01:07 +00:00
Merge "Only pass stylearg state variable to base of dq elements"
This commit is contained in:
commit
cbc17c1e29
|
@ -62,7 +62,7 @@ class DQ extends TexNode {
|
|||
$mmlMrow = new MMLmrow();
|
||||
return $outer->encapsulateRaw(
|
||||
$emptyMrow .
|
||||
$this->base->renderMML( $arguments, $state ) .
|
||||
$this->base->renderMML( $arguments, [ 'styleargs' => $state['styleargs'] ?? [] ] ) .
|
||||
$mmlMrow->encapsulateRaw( $this->down->renderMML( $arguments, $state ) ) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue