Skip to content

Commit

Permalink
<fix> fix web brower translate error in editor mode
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Jun 10, 2024
1 parent dba9887 commit b413ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -1776,6 +1776,7 @@ def update_progress(self):
target = target.replace(original, replace)

line_index = int(self.tableView.model.item(row, 0).text())
translated = None
if self.treeView.is_replace_special_symbols:
d = EncodeBrackets(target)
translated = get_translated(trans_dic, d)
Expand Down

0 comments on commit b413ae9

Please sign in to comment.