mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
@@ -340,10 +340,13 @@ class _SavePanelState extends State<SavePanel> {
|
||||
)
|
||||
else if (_item is DynamicItemModel)
|
||||
IgnorePointer(
|
||||
child: DynamicPanel(
|
||||
item: _item,
|
||||
isDetail: true,
|
||||
isSave: true,
|
||||
child: LayoutBuilder(
|
||||
builder: (_, constrains) => DynamicPanel(
|
||||
item: _item,
|
||||
isDetail: true,
|
||||
isSave: true,
|
||||
maxWidth: constrains.maxWidth,
|
||||
),
|
||||
),
|
||||
),
|
||||
if (cover?.isNotEmpty == true &&
|
||||
|
||||
Reference in New Issue
Block a user