]> source.dussan.org Git - vaadin-framework.git/commit
fix: Check if injected CSS String is already in the list of injected styles (#12479)
authorTatu Lund <tatu@vaadin.com>
Tue, 16 Nov 2021 11:41:22 +0000 (13:41 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 11:41:22 +0000 (13:41 +0200)
commit0195c63e0bde8f84b8544477507cbdd25ad22952
treeec260ee80078aca76cead81767abfcf633cfba38
parenta243a8ad2b9bdd49e155e921f7889133c41e6c99
fix: Check if injected CSS String is already in the list of injected styles (#12479)

* Check if injected CSS String is already in the list of injected styles

* Change to package for unit testing

* Unit test

* Add missing imports
server/src/main/java/com/vaadin/server/Page.java
server/src/test/java/com/vaadin/server/PageTest.java