Skip to content

Commit

Permalink
Remove previous regress fix
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jul 27, 2023
1 parent 00e6e93 commit ab7925d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ColorHelper

## 6.2.2

- **FIX**: Remove regression fix that was fixing a false issue.

## 6.2.1

- **FIX**: Fix issue where recent changes for "on activated" caused
Expand Down
2 changes: 1 addition & 1 deletion ch_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def on_selection_modified(self, view):
ch_preview_thread.time = time()
ch_preview_thread.modified = True

def on_activated_async(self, view):
def on_activated(self, view):
"""On activated."""

if self.ignore_event(view):
Expand Down
2 changes: 1 addition & 1 deletion support.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import webbrowser
import re

__version__ = "6.2.1"
__version__ = "6.2.2"
__pc_name__ = 'ColorHelper'

CSS = '''
Expand Down

0 comments on commit ab7925d

Please sign in to comment.