Skip to content

Commit a3fd755

Browse files
committed
Update WordsBlock.svelte
1 parent bd0860a commit a3fd755

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/display/verses/WordsBlock.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
}
4141
4242
// If the user clicks on a word in a non-Morphology page
43-
else if ($__currentPage !== 'morphology' && props.type === 'word') {
44-
__morphologyKey.set(props.key);
45-
__morphologyModalVisible.set(true);
46-
}
43+
// else if ($__currentPage !== 'morphology' && props.type === 'word') {
44+
// __morphologyKey.set(props.key);
45+
// __morphologyModalVisible.set(true);
46+
// }
4747
4848
// All other options
4949
else {

0 commit comments

Comments
 (0)