Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mailvelope/mailvelope
/ setFrameDim
Method
setFrameDim
src/content-scripts/encryptFrame.js:127–130 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
}
126
127
setFrameDim() {
128
this.eFrame.style.top = `${this.editElement.offsetTop + 5}px`;
129
this.eFrame.style.right =
'20px'
;
130
}
131
132
async
showMailEditor() {
133
const
options = {};
Callers
1
normalizeButtons
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected