Make the selector less specific to fix the doctype tour

The child element no longer contains an <a> but is a <button> however no need to be that specific
This commit is contained in:
Warren Buckley
2020-08-27 10:38:27 +01:00
parent 841fd2679f
commit ecfc520d44

View File

@@ -200,7 +200,7 @@
"event": "click"
},
{
"element": "[data-element='editor-data-type-picker'] [data-element='datatypeconfig-Textarea'] > a",
"element": "[data-element='editor-data-type-picker'] [data-element='datatypeconfig-Textarea']",
"title": "Editor settings",
"content": "Each property editor can have individual settings. For the textarea editor you can set a character limit but in this case it is not needed.",
"event": "click"