Skip to content

Commit

Permalink
Merge branch 'development' into playwright_Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbykumar706584 committed Nov 2, 2023
2 parents 7d6dec7 + 1b4a90a commit f5fd6f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default function ReferenceScribex(props) {
const {
state: {
fontSize,
projectScriptureDir,
},
} = useContext(ReferenceContext);

Expand Down Expand Up @@ -85,7 +84,6 @@ export default function ReferenceScribex(props) {
fontFamily: font || 'sans-serif',
fontSize: `${fontSize}rem`,
lineHeight: (fontSize > 1.3) ? 1.5 : '',
direction: `${projectScriptureDir === 'RTL' ? 'rtl' : 'auto'}`,
}}
>
<ReferenceEditor {..._props} />
Expand Down
2 changes: 1 addition & 1 deletion renderer/src/layouts/editor/SectionPlaceholder1.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const SectionPlaceholder1 = ({ editor }) => {
}
if (_obsNavigation2 && referenceColumnOneData2.refName && referenceColumnOneData2.selectedResource === 'obs') {
const fs = window.require('fs');
setStories2(core(fs, _obsNavigation2, referenceColumnOneData1.refName, user.username));
setStories2(core(fs, _obsNavigation2, referenceColumnOneData2.refName, user.username));
}
});
// }
Expand Down

0 comments on commit f5fd6f3

Please sign in to comment.