Skip to content
Snippets Groups Projects
Commit 6b89bf62 authored by Tom De Caluwé's avatar Tom De Caluwé
Browse files

[IMP] website: finish a text edit step in a tour when clicked


The idea of a text edit step is considered clearly communicated to the
end user from the moment the trigger is clicked ( as opposed to the
step waiting for actual input from the end user). This way an end user
can finish the tour faster without actually having prepared custom text
content yet.

task-2580338

closes odoo/odoo#77720

Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
parent 7eb742f6
Branches
Tags
No related merge requests found
......@@ -164,7 +164,7 @@ function clickOnText(snippet, element, position = "bottom") {
content: Markup(_t("<b>Click on a text</b> to start editing it.")),
position: position,
run: "text",
consumeEvent: "input",
consumeEvent: "click",
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment