The delete button in Quicknote should delete a note, not an extension.
This commit is contained in:
Xue Fuqiao
2016-11-06 00:55:32 +08:00
committed by wbamberg
parent b1154b6caf
commit 1e8d35ff77

View File

@@ -9,7 +9,7 @@ This extension includes:
* A browser action that creates a popup — within the popup is:
* Two form elements for entering title and body text for a new note, along with a button to add a note, and a button to clear all notes.
* A list of the notes that have been added to the extension — each note includes a delete button to delete just that extension. You can also click on the note title and body to edit them. In edit mode, each note includes:
* A list of the notes that have been added to the extension — each note includes a delete button to delete just that note. You can also click on the note title and body to edit them. In edit mode, each note includes:
* An update button to submit an update.
* A cancel button to cancel the update.
@@ -17,4 +17,4 @@ Quicknote uses the WebExtensions [Storage API](https://developer.mozilla.org/en-
## What it shows
* How to persist data in a WebExtension using the Storage API.
* How to persist data in a WebExtension using the Storage API.