updateEditorTextHistory: (state, { payload: { userId, langSlug } }) => {
      state[userId] = {
        ...state[userId],
        userId,
        historyCurrentLangSlug: langSlug,