1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-05-27 15:52:17 +00:00

typo in EventCatcherWidget.tid (#6399)

This commit is contained in:
twMat
2022-01-15 13:57:51 +01:00
committed by GitHub
parent 2ef9ecbc44
commit def9b553a8
@@ -25,7 +25,6 @@ Use of the event catcher widget is beneficial when using large numbers of other
The content of the `<$eventcatcher>` widget is displayed normally.
|!Attribute |!Description |
|selector |A CSS selector. Only events originating inside a DOM node with this selector will be trapped |
|//{any attributes starting with $}// |<<.from-version "5.2.0">> Each attribute name (excluding the $) specifies the name of an event, and the value specifies the action string to be invoked. For example: `$click=<<clickActions>>` |
|tag |Optional. The HTML element the widget creates to capture the events, defaults to:<br>» `span` when parsed in inline-mode<br>» `div` when parsed in block-mode |