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
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ Popup {
onLoadingChanged: function (loadingInfo) {
if (loadingInfo.status === WebEngineView.LoadSucceededStatus) {
emojiPickerWebView.runJavaScript(UtilsAdapter.qStringFromFile(
":qwebchannel.js"))
":/webengine/qwebchannel.js"))
emojiPickerWebView.runJavaScript(
UtilsAdapter.qStringFromFile(
":/webengine/emojipicker/emoji.js"))
......
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