MCPcopy
hub / github.com/philc/vimium / onUpdated

Function onUpdated

pages/action.js:55–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 document.querySelector("#cancel").addEventListener("click", () => globalThis.close());
54
55 const onUpdated = () => {
56 saveButton.disabled = false;
57 saveButton.textContent = "Save changes";
58 this.syncEnabledKeysCaption();
59 this.showValidationErrors();
60 };
61
62 const defaultPatternForNewRules = this.generateDefaultPattern(this.tabUrl);
63

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected