aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-03 05:19:13 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-03 05:19:13 +0800
commit84aba21ae9f00d5d82d8087de6938fa9526bd3d4 (patch)
tree468df3cb86de091de8e42ab54097b35e587427d9 /ui/app/app.js
parent9ebdc343aa32c36bdff9debcecc3c75485939e2a (diff)
downloadtangerine-wallet-browser-84aba21ae9f00d5d82d8087de6938fa9526bd3d4.tar.gz
tangerine-wallet-browser-84aba21ae9f00d5d82d8087de6938fa9526bd3d4.tar.zst
tangerine-wallet-browser-84aba21ae9f00d5d82d8087de6938fa9526bd3d4.zip
Add notes for overlay click action
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 7cf000d76..3279e0333 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -147,6 +147,7 @@ App.prototype.renderSidebar = function() {
}),
// overlay
+ // TODO: add onClick for overlay to close sidebar
h('div', {
style: {
zIndex: 25,