Skip to content

Commit 00e6e93

Browse files
committed
Fix on activated regression
Relates to #251
1 parent 27f770c commit 00e6e93

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ColorHelper
22

3+
## 6.2.1
4+
5+
- **FIX**: Fix issue where recent changes for "on activated" caused
6+
a regression.
7+
38
## 6.2.0
49

510
- **NEW**: Since browsers do not and may not introduce Color Level 4

ch_preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ def on_selection_modified(self, view):
671671
ch_preview_thread.time = time()
672672
ch_preview_thread.modified = True
673673

674-
def on_activated(self, view):
674+
def on_activated_async(self, view):
675675
"""On activated."""
676676

677677
if self.ignore_event(view):

support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import webbrowser
66
import re
77

8-
__version__ = "6.2.0"
8+
__version__ = "6.2.1"
99
__pc_name__ = 'ColorHelper'
1010

1111
CSS = '''

0 commit comments

Comments
 (0)