new settings panel for url pickup
All checks were successful
All checks were successful
This commit is contained in:
@@ -445,7 +445,7 @@ class _ValueBlockMenu extends StatelessWidget {
|
||||
|
||||
Future<void> showContextMenuAt(Offset globalPosition) async {
|
||||
final overlay = Overlay.of(context);
|
||||
final renderBox = overlay?.context.findRenderObject() as RenderBox?;
|
||||
final renderBox = overlay.context.findRenderObject() as RenderBox?;
|
||||
if (renderBox == null) return;
|
||||
// Translate from global screen coordinates into the overlay's local space
|
||||
// so the menu appears where the gesture happened.
|
||||
|
||||
Reference in New Issue
Block a user