MCPcopy
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

constructorMethod · 0.95
activateDndTargetMethod · 0.80
changedBorderFunction · 0.80
resizeHandlerFunction · 0.80
focus_handlerFunction · 0.80
setupOverridesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected