mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +08:00
listing available event handlers
This commit is contained in:
@ -145,6 +145,9 @@ class _EditorScaffoldState extends State<EditorScaffold> {
|
|||||||
onLocalSectionLinkTap: (OrgSection section) {
|
onLocalSectionLinkTap: (OrgSection section) {
|
||||||
log("local section link: " + section.toString());
|
log("local section link: " + section.toString());
|
||||||
},
|
},
|
||||||
|
onSectionLongPress: (OrgSection section) {
|
||||||
|
log('local section long-press: ' + section.headline.rawTitle);
|
||||||
|
},
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user