mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 18:25:26 +00:00
Clicking on Part link opens in browser
This commit is contained in:
@ -64,7 +64,7 @@ class InvenTreeModel {
|
||||
print("Opening link: ${link}");
|
||||
|
||||
if (await canLaunch(link)) {
|
||||
await launch(url);
|
||||
await launch(link);
|
||||
} else {
|
||||
// TODO
|
||||
}
|
||||
|
Reference in New Issue
Block a user