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 e80ecfa commit c82263aCopy full SHA for c82263a
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