Skip to content

Commit

Permalink
fix broken split layout
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Mar 21, 2024
1 parent c05b882 commit 68d2313
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/f7Page.R
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ f7SplitLayout <- function(..., navbar, sidebar, toolbar = NULL,
)

# Customize class
splitSkeleton[[3]] <- tagAppendAttributes(
splitSkeleton[[3]],
splitSkeleton[[2]] <- tagAppendAttributes(
splitSkeleton[[2]],
class = "safe-areas"
)

Expand Down
2 changes: 1 addition & 1 deletion inst/shinyMobile-1.0.1/dist/shinyMobile.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/shinyMobile-1.0.1/dist/shinyMobile.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions inst/shinyMobile-1.0.1/dist/shinyMobile.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions srcjs/bindings/panelInputBinding.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ $.extend(f7PanelBinding, {
config = JSON.parse($(el)
.find("script[data-for='" + id + "']")
.html());
// add id
config.el = '#' + id;
}

// add id
config.el = '#' + id;
// this is to show shiny outputs in the sheet
config.on = {
opened: function () {
Expand Down

0 comments on commit 68d2313

Please sign in to comment.