Skip to content
Snippets Groups Projects
Commit a8e95217 authored by Gorash's avatar Gorash
Browse files

[FIX] web_editor: Expose focus method for activate method of html field


closes odoo/odoo#31577

Signed-off-by: default avatarVincentSchippefilt <VincentSchippefilt@users.noreply.github.com>
parent 972a1c99
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ var assetsLoaded = false;
var WysiwygRoot = Widget.extend({
assetLibs: ['web_editor.compiled_assets_wysiwyg'],
publicMethods: ['isDirty', 'save', 'getValue', 'setValue', 'getEditable', 'on', 'trigger'],
publicMethods: ['isDirty', 'save', 'getValue', 'setValue', 'getEditable', 'on', 'trigger', 'focus'],
/**
* @see 'web_editor.wysiwyg' module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment