Skip to content

Commit

Permalink
fix eventhandling
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Feb 4, 2025
1 parent c5f9bb1 commit a05fe3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stipple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ function get_abstract_type(::Type{M})::Type{<:ReactiveModel} where M <: Stipple.
end

# fallback for event handling if no handler with event_info is defined
function Base.notify(model::ReactiveModel, event, event_info::AbstractDict)
function Base.notify(model::ReactiveModel, event, event_info)
notify(model, event)
end

Expand Down

0 comments on commit a05fe3e

Please sign in to comment.