unpin pads when they are removed from your drive

This commit is contained in:
ansuz
2017-12-12 16:00:05 +01:00
parent 1a0ac9830a
commit afcf3d06b3
2 changed files with 14 additions and 0 deletions

View File

@@ -837,6 +837,7 @@ define([
var proxy = store.proxy;
var userObject = store.userObject = UserObject.init(proxy.drive, {
pinPads: Store.pinPads,
unpinPads: Store.unpinPads,
loggedIn: store.loggedIn,
log: function (msg) {
postMessage("DRIVE_LOG", msg);