mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
docs: document View.removeChildView edge case (#43673)
This commit is contained in:
@@ -55,6 +55,8 @@ it becomes the topmost view.
|
||||
|
||||
* `view` View - Child view to remove.
|
||||
|
||||
If the view passed as a parameter is not a child of this view, this method is a no-op.
|
||||
|
||||
#### `view.setBounds(bounds)`
|
||||
|
||||
* `bounds` [Rectangle](structures/rectangle.md) - New bounds of the View.
|
||||
|
||||
Reference in New Issue
Block a user