()
| 1522 | } |
| 1523 | |
| 1524 | showSelection() { |
| 1525 | if (Settings.prefs.selection_border_size <= 0) { |
| 1526 | return; |
| 1527 | } |
| 1528 | this.selection.set_style_class_name('paperwm-selection tile-preview'); |
| 1529 | } |
| 1530 | |
| 1531 | setSelectionActive() { |
| 1532 | this.selection.opacity = 255; |
no outgoing calls
no test coverage detected