Transkribus / TWI-edit

[DEPRECATED] editing app for Transkribus Web Interface
GNU General Public License v3.0
3 stars 1 forks source link

Pass callback for current line change into editor #86

Closed bejohu closed 5 years ago

bejohu commented 6 years ago

Introduce callback that gets called when user intends to navigate form current line to another (e.g. previous line, next line). It takes one parameter lineId for the line the user intends to switch to. It is passed into editor upon instantiation. Suggestions for function name are welcome, e.g. onLineNaviage, onLineChange, onLineSwitch, etc.