Skip to content

Commit

Permalink
added fix for audio mode break on go back to project listing (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
sijumoncy authored May 13, 2024
1 parent e257c1e commit f69ab93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const EditorPage = ({
url={location && (mainChunk[mainChunk.default] ? path.join(location, mainChunk[mainChunk.default]) : '')}
show={false}
interaction={false}
setAudioPlayBack={() => {}}
/>
</div>
{/* <div className="bg-white mt-5 border border-gray-200 rounded-lg relative">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default function ReferenceSelector({ data, versepath, verse }) {
// url={story.audio} for development
url={story.audio ? path.join(versepath, story.audio) : ''}
show
setAudioPlayBack={() => {}}
/>
</div>
</div>
Expand Down

0 comments on commit f69ab93

Please sign in to comment.