ScriptableObjects are references, so if you do something with them in code using editor, it will apply permamently (so after you stop the game, the changes will stay).
You can copy the data to normal object or instantiate a clone of your ScriptableObjects.
By the way - if you build the game it will work properly (ScriptableObjects will be ok after restarting the game).