mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-02 04:47:01 +08:00
Fix new imagebuilders arguments
This commit is contained in:
@ -74,7 +74,7 @@ class NoteViewer extends StatelessWidget {
|
|||||||
launch(link);
|
launch(link);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
imageBuilder: (url) => kDefaultImageBuilder(
|
imageBuilder: (url, title, alt) => kDefaultImageBuilder(
|
||||||
url, note.parent.folderPath + p.separator, null, null),
|
url, note.parent.folderPath + p.separator, null, null),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user