* Callback that is invoked when a drag operation completes and the pending action should be committed.
()
| 1383 | * Callback that is invoked when a drag operation completes and the pending action should be committed. |
| 1384 | */ |
| 1385 | onDrop() { |
| 1386 | if (this.getter(this.pendingTreeAction.currentValueAtom)) { |
| 1387 | this.treeReducer({ |
| 1388 | type: LayoutTreeActionType.CommitPendingAction, |
| 1389 | }); |
| 1390 | } |
| 1391 | } |
| 1392 | |
| 1393 | /** |
| 1394 | * Callback that is invoked when the TileLayout container is being resized. |
no test coverage detected