listing available event handlers

This commit is contained in:
Alen Šiljak
2021-04-27 19:46:38 +02:00
parent a92496812a
commit 94c6b2dfa9

View File

@ -145,6 +145,9 @@ class _EditorScaffoldState extends State<EditorScaffold> {
onLocalSectionLinkTap: (OrgSection section) {
log("local section link: " + section.toString());
},
onSectionLongPress: (OrgSection section) {
log('local section long-press: ' + section.headline.rawTitle);
},
);
break;
default: