You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the NodeToolBar, we evaluate the current number of node context paths in the clipboard. Depending on this count, we proceed to check if there is a node that can be pasted.
When there are no nodes in the clipboard, the function returns a numeric value. This mismatch between a number and a boolean causes the warning.
Steps to Reproduce
Open a neos backend
ensure you have no nodes in the clipboard
click on a inline editable element
Expected behavior
No warning!
Actual behavior
Affected Versions
Neos: 8.3
UI: 8.3
The text was updated successfully, but these errors were encountered:
Description
For the
NodeToolBar
, we evaluate the current number of node context paths in the clipboard. Depending on this count, we proceed to check if there is a node that can be pasted.When there are no nodes in the clipboard, the function returns a numeric value. This mismatch between a number and a boolean causes the warning.
Steps to Reproduce
Expected behavior
No warning!
Actual behavior
Affected Versions
Neos: 8.3
UI: 8.3
The text was updated successfully, but these errors were encountered: