Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwasti/mebm
/ deselect
Method
deselect
script.js:1161–1165 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1159
}
1160
1161
deselect() {
1162
if
(this.selected_layer !== null) {
1163
this.selected_layer.preview.classList.toggle(
'selected'
);
1164
}
1165
}
1166
1167
select(layer) {
1168
this.deselect();
Callers
1
select
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected