Skip to content
Snippets Groups Projects
Commit 219cc9a0 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

fix previous: secondary dialog not opening because of onLoad

parent 8f8675a2
No related branches found
No related tags found
No related merge requests found
......@@ -332,7 +332,7 @@ const Filters = {
/* global getSelectionText */
const selectedText = getSelectionText();
const lh = dojo.connect(dialog, "onLoad", function () {
const lh = dojo.connect(dialog, "onShow", function () {
dojo.disconnect(lh);
if (selectedText != "") {
......
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