ninegrid2 6.312.0 → 6.314.0

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.
@@ -87,9 +87,14 @@ class aiMessage extends HTMLElement
87
87
 
88
88
  console.log(elMessage.scrollWidth, elMessage.clientWidth);
89
89
 
90
+ elMore.style.display = "flex";
91
+ //elMore.style.position = "absolute";
92
+
93
+ console.log(elMessage.scrollWidth, elMessage.clientWidth);
94
+
90
95
  //elMore.style.display = (elMessage.scrollWidth > elMessage.clientWidth) ? "flex" : "none";
91
96
  if (elMessage.scrollWidth > elMessage.clientWidth) {
92
- elMore.style.display = "flex";
97
+ //elMore.style.display = "flex";
93
98
  //elMore.style.position = "absolute";
94
99
  }
95
100
  else {
@@ -27372,11 +27372,13 @@ class aiMessage extends HTMLElement
27372
27372
 
27373
27373
  console.log(elMessage.scrollWidth, elMessage.clientWidth);
27374
27374
 
27375
+ elMore.style.display = "flex";
27376
+ //elMore.style.position = "absolute";
27377
+
27378
+ console.log(elMessage.scrollWidth, elMessage.clientWidth);
27379
+
27375
27380
  //elMore.style.display = (elMessage.scrollWidth > elMessage.clientWidth) ? "flex" : "none";
27376
- if (elMessage.scrollWidth > elMessage.clientWidth) {
27377
- elMore.style.display = "flex";
27378
- //elMore.style.position = "absolute";
27379
- }
27381
+ if (elMessage.scrollWidth > elMessage.clientWidth) ;
27380
27382
  }, 100);
27381
27383
 
27382
27384
  };
@@ -27370,11 +27370,13 @@ class aiMessage extends HTMLElement
27370
27370
 
27371
27371
  console.log(elMessage.scrollWidth, elMessage.clientWidth);
27372
27372
 
27373
+ elMore.style.display = "flex";
27374
+ //elMore.style.position = "absolute";
27375
+
27376
+ console.log(elMessage.scrollWidth, elMessage.clientWidth);
27377
+
27373
27378
  //elMore.style.display = (elMessage.scrollWidth > elMessage.clientWidth) ? "flex" : "none";
27374
- if (elMessage.scrollWidth > elMessage.clientWidth) {
27375
- elMore.style.display = "flex";
27376
- //elMore.style.position = "absolute";
27377
- }
27379
+ if (elMessage.scrollWidth > elMessage.clientWidth) ;
27378
27380
  }, 100);
27379
27381
 
27380
27382
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.312.0",
4
+ "version": "6.314.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -87,9 +87,14 @@ class aiMessage extends HTMLElement
87
87
 
88
88
  console.log(elMessage.scrollWidth, elMessage.clientWidth);
89
89
 
90
+ elMore.style.display = "flex";
91
+ //elMore.style.position = "absolute";
92
+
93
+ console.log(elMessage.scrollWidth, elMessage.clientWidth);
94
+
90
95
  //elMore.style.display = (elMessage.scrollWidth > elMessage.clientWidth) ? "flex" : "none";
91
96
  if (elMessage.scrollWidth > elMessage.clientWidth) {
92
- elMore.style.display = "flex";
97
+ //elMore.style.display = "flex";
93
98
  //elMore.style.position = "absolute";
94
99
  }
95
100
  else {