We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e396e commit 360cce4Copy full SHA for 360cce4
1 file changed
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -174,7 +174,8 @@ function RemoteFunctions(config = {}) {
174
handleElementClick: handleElementClick,
175
cleanupPreviousElementState: cleanupPreviousElementState,
176
disableHoverListeners: disableHoverListeners,
177
- enableHoverListeners: enableHoverListeners
+ enableHoverListeners: enableHoverListeners,
178
+ redrawHighlights: redrawHighlights
179
};
180
181
/**
0 commit comments