@cssfn/cssfn
Advanced tools
Comparing version 2.0.14 to 2.0.15
@@ -72,2 +72,3 @@ import { generateRulesFromFactory, renderStyleSheet, } from './renderStyleSheets.js'; | ||
return; // not my queue_id => ignore | ||
event.stopImmediatePropagation(); // prevents other listeners to receive this event | ||
handleDone(); | ||
@@ -81,2 +82,3 @@ resolve(event.data); | ||
return; // not my queue_id => ignore | ||
event.stopImmediatePropagation(); // prevents other listeners to receive this event | ||
handleDone(); | ||
@@ -83,0 +85,0 @@ reject(event); |
{ | ||
"name": "@cssfn/cssfn", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"description": "Writes, imports, and exports css stylesheets as javascript modules.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -114,2 +114,3 @@ // cssfn: | ||
if (queueId !== currentQueueId) return; // not my queue_id => ignore | ||
event.stopImmediatePropagation(); // prevents other listeners to receive this event | ||
@@ -125,2 +126,3 @@ | ||
if (queueId !== currentQueueId) return; // not my queue_id => ignore | ||
event.stopImmediatePropagation(); // prevents other listeners to receive this event | ||
@@ -127,0 +129,0 @@ |
609158
16691