We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc53067 commit c95a54dCopy full SHA for c95a54d
src/index.js
@@ -155,6 +155,13 @@ export default class Driver {
155
return;
156
}
157
158
+ this.refresh();
159
+ }
160
+
161
+ /**
162
+ * Refreshes and repositions the popover and the overlay
163
+ */
164
+ refresh() {
165
this.overlay.refresh();
166
167
types/index.d.ts
@@ -69,6 +69,11 @@ declare module 'driver.js' {
69
*/
70
private onResize(): void;
71
72
73
74
75
+ private refresh(): void;
76
77
/**
78
* Makes it operable with keyboard
79
* @param {Event} e
0 commit comments