mirror of
https://github.com/foss42/apidash.git
synced 2025-12-03 03:17:00 +08:00
refactor: move generate buttons to dashbot
This commit is contained in:
@@ -16,7 +16,7 @@ class DashbotWindowNotifier extends StateNotifier<DashbotWindowModel> {
|
||||
final newWidth =
|
||||
(state.width - dx).clamp(300, screenSize.width - state.right);
|
||||
final newHeight =
|
||||
(state.height - dy).clamp(350, screenSize.height - state.bottom);
|
||||
(state.height - dy).clamp(460, screenSize.height - state.bottom);
|
||||
|
||||
state = state.copyWith(
|
||||
width: newWidth.toDouble(),
|
||||
|
||||
Reference in New Issue
Block a user