()
| 89 | replaceLayout: (next: DevtoolsStore['state']['layout']) => void |
| 90 | /** |
| 91 | * Where the Plugins strip hands a drag over to the workspace. |
| 92 | * |
| 93 | * A mutable holder on the context rather than a module-level variable: this |
| 94 | * package ships several bundles, so two components can end up holding different |
| 95 | * copies of the same module and never see each other's writes. The context is |
| 96 | * the one thing they are guaranteed to share. |
| 97 | * |
| 98 | * A direct call, not a signal — an effect reacting to a signal runs a microtask |
| 99 | * later and every pointer move until then is lost. |
| 100 | */ |
no test coverage detected