Skip to content

Commit

Permalink
Fix a Makie master issue
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Jul 2, 2024
1 parent 2fed095 commit c5c6a79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MakieTeX.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ using Base64

# Patch for Makie.jl `@Block` macro error
using Makie: CURRENT_DEFAULT_THEME
if :make_block_docstring in names(Makie; all = true)
@eval import Makie: make_block_docstring
end

using Makie.GeometryBasics: origin, widths
using Makie.Observables
Expand Down

0 comments on commit c5c6a79

Please sign in to comment.