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
Describe the bug
I have a bug where it I do cmd+R (reload the local editor) some elements I thought were deleted reappear in the top left of the page and messes up the formatting of everything else on the page. I have tried to delete them and reformat several times and it has failed.
I have tried to just push out what I have and then try to fix this on a different branch, but I cannot push my changes. I get an error I'm guessing it has to do with this problem of not being able to delete these items.
To Reproduce
Steps to reproduce the behavior:
git pull master
npx corvid open-editor
remove one of the items that keep reapearing, in my case buttonCreateFirstOutfit
click local save
close and reload the editor or cmd+r
element comes back
Expected behavior
Elements that get removed shoudn't come back.
I'm editing the home page and removing elements that we no longer want on there.
Screenshots
one of the obvious elements (the others are hidden underneath)
trying to push
dev tools -- note I get Global user preferences failed to load! on load of the editor, the other lines after that one are when I try to push
Desktop (please complete the following information):
OS: [iOS Mojave]
Version [10.14.6]
Additional context
I have made the 'random elements' on the main editor and had to pull them and overwrite the local branch. Another developer had no problems with this though.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a bug where it I do cmd+R (reload the local editor) some elements I thought were deleted reappear in the top left of the page and messes up the formatting of everything else on the page. I have tried to delete them and reformat several times and it has failed.
I have tried to just push out what I have and then try to fix this on a different branch, but I cannot push my changes. I get an error I'm guessing it has to do with this problem of not being able to delete these items.
To Reproduce
Steps to reproduce the behavior:
buttonCreateFirstOutfit
Expected behavior
Elements that get removed shoudn't come back.
I'm editing the home page and removing elements that we no longer want on there.
Screenshots
one of the obvious elements (the others are hidden underneath)
trying to push
dev tools -- note I get
Global user preferences failed to load!
on load of the editor, the other lines after that one are when I try to pushDesktop (please complete the following information):
Additional context
I have made the 'random elements' on the main editor and had to pull them and overwrite the local branch. Another developer had no problems with this though.
The text was updated successfully, but these errors were encountered: