From 942fd30f6e8e29dc0b756c4e7f9719b90e922b59 Mon Sep 17 00:00:00 2001 From: "electron-website-docs-updater[bot]" <166660481+electron-website-docs-updater[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:53:51 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20update=20ref=20to=20docs=20(?= =?UTF-8?q?=F0=9F=A4=96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/latest/api/view.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/latest/api/view.md b/docs/latest/api/view.md index 29c4662..3c52f3d 100644 --- a/docs/latest/api/view.md +++ b/docs/latest/api/view.md @@ -62,6 +62,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](latest/api/structures/rectangle.md) - New bounds of the View.