sample-ui-component-library 0.0.64-dev → 0.0.65-dev

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sample-ui-component-library",
3
- "version": "0.0.64-dev",
3
+ "version": "0.0.65-dev",
4
4
  "description": "A library which contains sample UI elements that can be used for populating layouts.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -151,8 +151,10 @@ export const MonacoInstance = forwardRef(({ onSelectAbstraction }, ref) => {
151
151
  }
152
152
  }, []);
153
153
 
154
+ // Programatically trigger layout of editor and render overlays.
154
155
  const layoutModel = useCallback(() => {
155
156
  editorRef.current?.layout();
157
+ updateOverlays();
156
158
  }, []);
157
159
 
158
160
  const api = useMemo(() => {