@hellotext/hellotext 2.1.6 → 2.1.51
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.
|
@@ -255,6 +255,7 @@ let _default = /*#__PURE__*/function (_Controller) {
|
|
|
255
255
|
}, {
|
|
256
256
|
key: "onPopoverOpened",
|
|
257
257
|
value: function onPopoverOpened() {
|
|
258
|
+
this.popoverTarget.classList.remove(...this.fadeOutClasses);
|
|
258
259
|
if (!this.onMobile) {
|
|
259
260
|
this.inputTarget.focus();
|
|
260
261
|
}
|
|
@@ -259,6 +259,7 @@ var _default = /*#__PURE__*/function (_Controller) {
|
|
|
259
259
|
}, {
|
|
260
260
|
key: "onPopoverOpened",
|
|
261
261
|
value: function onPopoverOpened() {
|
|
262
|
+
this.popoverTarget.classList.remove(...this.fadeOutClasses);
|
|
262
263
|
if (!this.onMobile) {
|
|
263
264
|
this.inputTarget.focus();
|
|
264
265
|
}
|
package/package.json
CHANGED