(space_ = space)
| 64 | monitor.add_child(tilingContainer); |
| 65 | |
| 66 | function sync(space_ = space) { |
| 67 | let columns = layout( |
| 68 | fromSpace(space_, scale), |
| 69 | workArea, |
| 70 | prefs |
| 71 | ); |
| 72 | renderAndView( |
| 73 | tilingContainer, |
| 74 | columns |
| 75 | ); |
| 76 | tilingContainer.x = space_.targetX * scale; |
| 77 | } |
| 78 | |
| 79 | sync(); |
| 80 |
no test coverage detected