MCPcopy Index your code
hub / github.com/paperwm/PaperWM / setSelectionActive

Method setSelectionActive

tiling.js:1531–1533  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1529 }
1530
1531 setSelectionActive() {
1532 this.selection.opacity = 255;
1533 }
1534
1535 setSelectionInactive() {
1536 this.selection.opacity = 140;

Callers 1

updateSelectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected