Merge "Fix inline editor"
This commit is contained in:
commit
1865b12967
@ -72,7 +72,7 @@
|
||||
},
|
||||
|
||||
eraseEditableContentItem(key) {
|
||||
this._storage.removeItem(key);
|
||||
this._storage.removeItem(this._getEditableContentKey(key));
|
||||
},
|
||||
|
||||
getPreferences() {
|
||||
|
@ -188,7 +188,7 @@ limitations under the License.
|
||||
|
||||
// eraseEditableContentItem performs as expected.
|
||||
element.eraseEditableContentItem(key);
|
||||
assert.isNotOk(element._storage.getItem(key));
|
||||
assert.isNotOk(element._storage.getItem(computedKey));
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user