File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
playground/configs/templates Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
2- All notable changes to the "vue3-easter-egg-trigger" plugin will be documented in this file.
2+ All notable changes to the "vue-easter-egg-trigger" plugin will be documented in this file.
3+
4+ ## v3.0.2
5+ 2024-01-19
6+ [ main] (@webdevnerdstuff )
7+ * Fix issue when only using single key press
38
49## v3.0.1
5102024-01-17
Original file line number Diff line number Diff line change 3838 color =" primary"
3939 :disabled =" clickClassTriggered"
4040 >
41- Triggered by Class
41+ Triggered by Class (3 clicks)
4242 </v-btn >
4343
4444 <VEasterEggTrigger
5353 class =" callback-triggered"
5454 :class =" callbackTriggeredClass"
5555 >
56- Class element clicked
56+ Class element clicked 3 times
5757 </div >
5858 </v-col >
5959
Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ function checkPattern(e: Event | MouseEvent | KeyboardEvent): void {
105105 }
106106
107107 emitEvent ();
108- return ;
109108 }
110109
111110 reset ();
@@ -139,6 +138,7 @@ function checkTarget(): void {
139138
140139// Reset //
141140function reset(): void {
141+
142142 // Reset timeout and clear input keys //
143143 timeout = setTimeout (() => {
144144 clearTimeout (timeout );
You can’t perform that action at this time.
0 commit comments