pollcatch 2.1.8 → 2.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/pc.js +1 -1
package/package.json
CHANGED
package/pc.js
CHANGED
|
@@ -4007,7 +4007,7 @@ let q = class extends b {
|
|
|
4007
4007
|
};
|
|
4008
4008
|
if (this.compact) {
|
|
4009
4009
|
const t = this.options.filter(
|
|
4010
|
-
(o) => this.
|
|
4010
|
+
(o) => this.dataController.isValueSelected(o.value)
|
|
4011
4011
|
);
|
|
4012
4012
|
return d`
|
|
4013
4013
|
<div class="${w(e)}">
|