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

Function _syncSortMenuState

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

Source from the content-addressed store, hash-verified

1019 };
1020
1021 let _syncSortMenuState = () => {
1022 let label = _getSortLabel(formatOptions.sortType);
1023 $('#fhJsonSortCurrent').text(label);
1024 $('.fh-sort-trigger').attr('title', '排序:' + label);
1025 };
1026
1027 let _initToolbar = () => {
1028 showToolBar = formatOptions.JSON_TOOL_BAR_ALWAYS_SHOW;

Callers 2

applyPanelOptionsFunction · 0.85
_initToolbarFunction · 0.85

Calls 2

_getSortLabelFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected