updated footnotes to not be pinned to all 4 sides

This commit is contained in:
Matt Bruce 2024-09-19 14:35:06 -05:00
parent ae2ef2881a
commit 70493edd0f
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class FootnoteGroupViewController: BaseViewController<FootnoteGroup> {
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()
addContentTopView(view: component) addContentTopView(view: component, pinTrailing: false)
setupPicker() setupPicker()
setupModel() setupModel()
} }

View File

@ -61,7 +61,7 @@ class FootnoteItemViewController: BaseViewController<FootnoteItem> {
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()
addContentTopView(view: component) addContentTopView(view: component, pinTrailing: false)
setupPicker() setupPicker()
setupModel() setupModel()
} }