Skip to content

Commit

Permalink
Leaving a comment about deleting metadata using raw editor
Browse files Browse the repository at this point in the history
  • Loading branch information
dereklieu committed Aug 10, 2015
1 parent daeddc2 commit 9a2b9ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ module.exports = Backbone.View.extend({
}
}

// TODO Currently, it's not possible to delete metadata.
// There should be some logic here that looks to see if there's any metadata
// that isn't an element, isn't hidden, and isn't in the raw editor.
return metadata;
},

Expand Down

0 comments on commit 9a2b9ee

Please sign in to comment.