This commit is contained in:
2026-08-12 01:44:13 +08:00
parent 75795e43bf
commit 2fff357dff
17 changed files with 717 additions and 505 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ struct Web_Plot_Session::Impl {
plot.deactivate_view();
plot.dispatch_event(value);
}
else if constexpr (std::is_base_of_v<Event, T>) {
else if constexpr (Event_Object<T>) {
plot.dispatch_event(value);
}
else if constexpr (std::is_same_v<T, Set_Demo_Mode>) {