kamrify commited on
Commit
6d7e9d4
·
1 Parent(s): a4c6bce

Fix - Size issue

Browse files
Files changed (1) hide show
  1. src/core/overlay.js +2 -0
src/core/overlay.js CHANGED
@@ -65,6 +65,8 @@ export default class Overlay {
65
  return;
66
  }
67
 
 
 
68
  // Trigger the hook for highlight started
69
  element.onHighlightStarted();
70
 
 
65
  return;
66
  }
67
 
68
+ this.setSize();
69
+
70
  // Trigger the hook for highlight started
71
  element.onHighlightStarted();
72