updated footnotes to not be pinned to all 4 sides
This commit is contained in:
parent
ae2ef2881a
commit
70493edd0f
@ -17,7 +17,7 @@ class FootnoteGroupViewController: BaseViewController<FootnoteGroup> {
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
addContentTopView(view: component)
|
||||
addContentTopView(view: component, pinTrailing: false)
|
||||
setupPicker()
|
||||
setupModel()
|
||||
}
|
||||
|
||||
@ -61,7 +61,7 @@ class FootnoteItemViewController: BaseViewController<FootnoteItem> {
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
addContentTopView(view: component)
|
||||
addContentTopView(view: component, pinTrailing: false)
|
||||
setupPicker()
|
||||
setupModel()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user