Setting the HTML context menu provider as default to support older versions
This commit is contained in:
parent
7e41e032c3
commit
7bb7a8e994
1 changed files with 1 additions and 3 deletions
|
@ -215,6 +215,4 @@ class HTMLContextMenuProvider implements contextmenu.ContextMenuProvider {
|
|||
}
|
||||
}
|
||||
|
||||
//TODO: Improve
|
||||
if(!window.require)
|
||||
contextmenu.set_provider(new HTMLContextMenuProvider());
|
||||
contextmenu.set_provider(new HTMLContextMenuProvider());
|
Loading…
Add table
Reference in a new issue