mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
Clicking on Part link opens in browser
This commit is contained in:
parent
e91c1a4d6d
commit
1ac6b7e7dc
@ -64,7 +64,7 @@ class InvenTreeModel {
|
||||
print("Opening link: ${link}");
|
||||
|
||||
if (await canLaunch(link)) {
|
||||
await launch(url);
|
||||
await launch(link);
|
||||
} else {
|
||||
// TODO
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user