Skip to content

Commit

Permalink
Update lib/xmlparser.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Oct 28, 2024
1 parent be195c3 commit f6b98cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xmlparser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def tag_end(name)
end
end

if (name == 'popStream')
if (name == 'popStream') && @dr_active_spell_tracking
@dr_active_spell_tracking = false
end

Expand Down

0 comments on commit f6b98cc

Please sign in to comment.