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