diff --git a/lib/pages/video/introduction/ugc/view.dart b/lib/pages/video/introduction/ugc/view.dart index 322a1662..7406210e 100644 --- a/lib/pages/video/introduction/ugc/view.dart +++ b/lib/pages/video/introduction/ugc/view.dart @@ -173,7 +173,13 @@ class _UgcIntroPanelState extends State { if (isLoading) _buildVideoTitle(theme, videoDetail) else if (isHorizontal && Utils.isDesktop) - _buildTitle(theme, videoDetail, isExpand: true) + SelectionArea( + child: _buildVideoTitle( + theme, + videoDetail, + isExpand: true, + ), + ) else ExpandablePanel( controller: introController.expandableCtr,