MCPcopy Create free account
hub / github.com/zxlie/FeHelper / _refreshOmniSelectionState

Function _refreshOmniSelectionState

apps/json-format/content-script.js:292–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290 };
291
292 let _refreshOmniSelectionState = () => {
293 window.Formatter && Formatter.getSelectionInfo && Formatter.getSelectionInfo();
294 };
295
296 let _resetOmniActions = () => {
297 if (!window.Formatter) {

Callers 4

_syncOmniToolbarStateFunction · 0.85
_runOmniSearchFunction · 0.85
_bindOmniShortcutsFunction · 0.85
_bindOmniSelectionEventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected