# extendify/3.2.1/src/Agent/lib/block-highlight.js

Extendify, version 3.2.1. 4 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.2.1/code/src/Agent/lib/block-highlight.js
- Raw: https://pluginprobe.com/plugins/extendify/3.2.1/raw/src/Agent/lib/block-highlight.js
- Modified: 2026-08-20T19:51:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/3.2.1/code/src/Agent/lib/block-highlight.js#L10-L20`.

```javascript
// The outline's observers miss head-CSS reflows and replaced nodes.
export const refreshBlockHighlight = () =>
	window.dispatchEvent(new Event('extendify-agent:refresh-block-highlight'));

```
