Files
ladybird/Libraries/LibWeb/HTML/FormAssociatedElement.cpp
Idan Horowitz 849ade88ce LibWeb: Fire change events on deletion in FormAssociated Text Elements
Previously we would only trigger change events on insertion, which
resulted in javascript code missing changes due to deletion.

This makes the calculator on the MDN simple web worker demo update on
deletion as well.
2025-08-31 01:47:52 +02:00

53 KiB