Blockly: Fix ReferenceError due to non-existing input#3610
Merged
jsjames merged 1 commit intoopenhab:mainfrom Dec 16, 2025
Merged
Blockly: Fix ReferenceError due to non-existing input#3610jsjames merged 1 commit intoopenhab:mainfrom
jsjames merged 1 commit intoopenhab:mainfrom
Conversation
It seems when first dealing with this issue in openhab#3398 some occurences were missed, this should fix all of them. Signed-off-by: Florian Hotze <dev@florianhotze.com>
#4056 Bundle Size — 12.54MiB (~-0.01%).3158a21(current) vs 5d2ef89 main#4051(baseline) Warning Bundle contains 2 duplicate packages – View duplicate packages Bundle metrics
|
| Current #4056 |
Baseline #4051 |
|
|---|---|---|
1.52MiB |
1.52MiB |
|
0B |
0B |
|
7.05% |
7.05% |
|
620 |
620 |
|
702 |
702 |
|
2437 |
2437 |
|
0 |
0 |
|
0% |
0% |
|
130 |
130 |
|
1 |
1 |
Bundle size by type
1 change
1 improvement
| Current #4056 |
Baseline #4051 |
|
|---|---|---|
10.87MiB (~-0.01%) |
10.87MiB |
|
846.15KiB |
846.15KiB |
|
526.1KiB |
526.1KiB |
|
295.6KiB |
295.6KiB |
|
45.73KiB |
45.73KiB |
|
847B |
847B |
Bundle analysis report Branch florian-h05:blockly Project dashboard
Generated by RelativeCI Documentation Report issue
jsjames
approved these changes
Dec 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It seems when first dealing with this issue in #3398 some occurences were missed, this should fix all of them.