Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
67db3b92
Unverified
Commit
67db3b92
authored
May 11, 2021
by
Evan W. Patton
Committed by
GitHub
May 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix flydowns not opening before interacting with variable names (#2473)
Change-Id: I048bad34676e2f62e07496534d0e63e6e14a411f
parent
5546b4d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
appinventor/blocklyeditor/src/field_flydown.js
appinventor/blocklyeditor/src/field_flydown.js
+1
-1
No files found.
appinventor/blocklyeditor/src/field_flydown.js
View file @
67db3b92
...
@@ -142,7 +142,7 @@ Blockly.FieldFlydown.prototype.showFlydownMaker_ = function() {
...
@@ -142,7 +142,7 @@ Blockly.FieldFlydown.prototype.showFlydownMaker_ = function() {
return
function
()
{
return
function
()
{
if
(
Blockly
.
FieldFlydown
.
showPid_
!==
0
&&
if
(
Blockly
.
FieldFlydown
.
showPid_
!==
0
&&
Blockly
.
dragMode_
===
Blockly
.
DRAG_NONE
&&
Blockly
.
dragMode_
===
Blockly
.
DRAG_NONE
&&
Blockly
.
FieldTextInput
.
htmlInput_
===
null
)
{
!
Blockly
.
FieldTextInput
.
htmlInput_
)
{
try
{
try
{
field
.
showFlydown_
();
field
.
showFlydown_
();
}
catch
(
e
)
{
}
catch
(
e
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment