case getType(editorCursorMoveWithKey):
      return mapInstanceWithKey(state, action.meta.key, instance => ({
        ...instance,
        cursor: action.payload.cursor,
      }));