mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
9ee816a919
According to the docs:
The Element.append() method inserts a set of Node objects or string
objects after the last child of the Element.
String objects are inserted as equivalent Text nodes.
When given a string we want to treat these as HTML
Also fix the storybook which hinted at this being a problem
(incorrectly fixed in
|
||
---|---|---|
.. | ||
helpers | ||
mocks | ||
static/img | ||
stories | ||
main.js | ||
README.md | ||
storybook-resources.sh |
StoryPops - Storybook for Popups
This "mini-project" contains all the dependencies and code to run a Storybook app (https://storybook.js.org/) for the Popups repository.