1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-31 12:39:03 +00:00
Files
TiddlyWiki5/core/modules/widgets
Bimba Laszlo 9c22537b4e Fix the class attribute of Droppable widget (#4647)
Even though we passed the `class` attribute, it did not take it into
account. For example try to render this:

  <$droppable class="custom-css-class">
    ... content ...
  </$droppable>

Before applying this patch:

  <span class=" tc-droppable">
    ... content ...
  </span>

After applying:

  <span class="custom-css-class tc-droppable">
    ... content ...
  </span>
2020-05-14 13:55:33 +01:00
..
2016-10-20 09:44:52 +01:00
2014-02-10 13:51:38 +00:00
2014-04-27 20:03:33 +01:00
2016-05-02 10:29:26 +01:00
2016-10-26 21:41:41 +01:00
2013-11-10 19:22:10 +00:00
2020-04-03 13:07:55 +01:00
2013-12-21 16:11:48 +00:00
2014-08-28 21:43:44 +01:00
2014-11-09 17:10:18 +00:00
2015-05-07 19:44:08 +01:00
2017-08-24 20:58:08 +01:00