Skip to content

Commit a4a5244

Browse files
authored
Merge pull request #1249 from isaacphysics/bug/equality-demo-text
Pass editorMode into text entry's Inequality reference on the equality demo page
2 parents 4d84154 + 2203a7c commit a4a5244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/components/pages/Equality.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ const Equality = withRouter(({location}: RouteComponentProps<{}, {}, {board?: st
195195
0,
196196
[],
197197
{
198+
editorMode: editorMode,
198199
textEntry: true,
199200
fontItalicPath: '/assets/common/fonts/STIXGeneral-Italic.ttf',
200201
fontRegularPath: '/assets/common/fonts/STIXGeneral-Regular.ttf',

0 commit comments

Comments
 (0)