MCPcopy Index your code
hub / github.com/zxlie/FeHelper / _clearSelection

Function _clearSelection

apps/json-format/format-lib.js:1171–1179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1169 };
1170
1171 let _clearSelection = function () {
1172 $('.x-selected').removeClass('x-selected');
1173 $('.boxOpt').hide();
1174 $('#jsonPath,#jsonSelectionMeta').text('').removeAttr('title');
1175 jfStatusBar && jfStatusBar.hide();
1176 $('body').addClass('hide-status-bar');
1177 _emitSelectionChange($());
1178 return _getSelectionInfo($());
1179 };
1180
1181 let _clearJsonSearch = function () {
1182 $('#jfContent .fh-json-search-match, #jfContent .fh-json-search-active').removeClass('fh-json-search-match fh-json-search-active');

Callers 1

format-lib.jsFile · 0.85

Calls 4

_emitSelectionChangeFunction · 0.85
_getSelectionInfoFunction · 0.85
hideMethod · 0.80
$Function · 0.50

Tested by

no test coverage detected