Skip to content
Snippets Groups Projects
Commit 1e59b830 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

webengine: fix emojipicker

selecting an emoji results in emojiIsPicked undefined

Change-Id: Ieff7f5ae554179868586560d7707cbea73fc18c8
parent 39b9d293
Branches
Tags
No related merge requests found
...@@ -89,7 +89,7 @@ Popup { ...@@ -89,7 +89,7 @@ Popup {
onLoadingChanged: function (loadingInfo) { onLoadingChanged: function (loadingInfo) {
if (loadingInfo.status === WebEngineView.LoadSucceededStatus) { if (loadingInfo.status === WebEngineView.LoadSucceededStatus) {
emojiPickerWebView.runJavaScript(UtilsAdapter.qStringFromFile( emojiPickerWebView.runJavaScript(UtilsAdapter.qStringFromFile(
":qwebchannel.js")) ":/webengine/qwebchannel.js"))
emojiPickerWebView.runJavaScript( emojiPickerWebView.runJavaScript(
UtilsAdapter.qStringFromFile( UtilsAdapter.qStringFromFile(
":/webengine/emojipicker/emoji.js")) ":/webengine/emojipicker/emoji.js"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment