fable-editor 1.2.6 → 1.2.7

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.
@@ -2176,6 +2176,7 @@ class FableEditor {
2176
2176
  this.positionCodeCtx();
2177
2177
  });
2178
2178
  this.onWin('scroll', () => {
2179
+ this.closePop();
2179
2180
  this.positionTableHandles();
2180
2181
  this.positionImageHandles();
2181
2182
  this.positionImgPhCtx();