MCPcopy Create free account
hub / github.com/mailvelope/mailvelope / onShow

Method onShow

src/content-scripts/extractFrame.js:104–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 onShow() {
105 this.setFrameDim();
106 this.eFrame.classList.remove('m-show');
107 this.eFrame.classList.add('m-show');
108 }
109
110 closeFrame(reset, disconnect, ev) {
111 this.eFrame.classList.remove('m-show');

Callers 1

renderFrameMethod · 0.95

Calls 3

setFrameDimMethod · 0.95
addMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected