mirror of
https://github.com/dancojocaru2000/logic-circuits-simulator.git
synced 2025-02-22 17:19:36 +02:00
Show delete drag target only in design mode
This commit is contained in:
parent
e74c2f58ed
commit
76c911e697
1 changed files with 19 additions and 18 deletions
|
@ -418,6 +418,7 @@ class DesignComponentPage extends HookWidget {
|
|||
// disposeController: false,
|
||||
backgroundColor: Theme.of(context).colorScheme.background,
|
||||
),
|
||||
if (!isSimulating.value)
|
||||
Positioned(
|
||||
bottom: 0,
|
||||
right: 0,
|
||||
|
@ -438,7 +439,7 @@ class DesignComponentPage extends HookWidget {
|
|||
),
|
||||
),
|
||||
),
|
||||
)
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue