From f0fbd8707286e287f75370c72d08a54219ee8b07 Mon Sep 17 00:00:00 2001 From: tacheometrist Date: Tue, 23 Dec 2025 03:49:14 +0200 Subject: [PATCH] Remove beta alert from UI drag detectors doc Removed beta alert component from UI drag detectors documentation. --- content/en-us/ui/ui-drag-detectors.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/en-us/ui/ui-drag-detectors.md b/content/en-us/ui/ui-drag-detectors.md index 77fe96575..d45b68965 100644 --- a/content/en-us/ui/ui-drag-detectors.md +++ b/content/en-us/ui/ui-drag-detectors.md @@ -3,10 +3,6 @@ title: UI drag detectors description: UI drag detectors facilitate and encourage interaction with 2D user interface elements in an experience, such as sliders and spinners. --- -import BetaAlert from '../includes/beta-features/beta-alert.md' - - - The `Class.UIDragDetector` instance facilitates and encourages interaction with 2D user interface elements in an experience, such as sliders, spinners, and more. Key features include: - Place a `Class.UIDragDetector` under any `Class.GuiObject` instance to make it draggable via all user inputs without a single line of code.