feat: add sensor move mode to floor plan
This commit is contained in:
@@ -146,8 +146,6 @@ final sensorProvider =
|
||||
// Cross-tab UI state
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
final selectedSensorIdProvider = StateProvider<String?>((ref) => null);
|
||||
|
||||
/// Non-null while the user is placing a sensor on the floor plan via the
|
||||
/// center-dot placement flow. Cleared on Place, Cancel, or back navigation.
|
||||
final sensorPlacementProvider = StateProvider<Sensor?>((ref) => null);
|
||||
|
||||
Reference in New Issue
Block a user