Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/paperwm/PaperWM
/ hideSelection
Method
hideSelection
tiling.js:1520–1522 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1518
}
1519
1520
hideSelection() {
1521
this.selection.set_style_class_name(
'background-clear'
);
1522
}
1523
1524
showSelection() {
1525
if
(Settings.prefs.selection_border_size <= 0) {
Callers
6
constructor
Method · 0.95
activateDndTarget
Method · 0.80
changedBorder
Function · 0.80
resizeHandler
Function · 0.80
focus_handler
Function · 0.80
setupOverrides
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected