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
There are probably too many useEffects and stuff like this in OtherTagsEditor.
Although the maximum number of tags in API is 256, so we don't have to virtualize the list.
### Solution:
Maybe we can just show some "Show more" button after 20 lines, which will satisfy the UX randomly clicking on it.
The text was updated successfully, but these errors were encountered:
eg on Berlin (which has hunderds of tags) it takes 8 seconds on Macbook Air M1.
https://osmapp.org/node/240109189
There are probably too many useEffects and stuff like this in OtherTagsEditor.
Although the maximum number of tags in API is 256, so we don't have to virtualize the list.
### Solution:
Maybe we can just show some "Show more" button after 20 lines, which will satisfy the UX randomly clicking on it.
The text was updated successfully, but these errors were encountered: