vault upgrades; fees; refactoring
This commit is contained in:
@@ -359,7 +359,7 @@ function doHandleDrawingEvent(id, event) {
|
||||
if (id in shapeCallbacks) {
|
||||
invokeCallbacks(shapeCallbacks[id], 'onHide', id, shape)
|
||||
}
|
||||
} else if (event === 'show') {
|
||||
} else if (event === 'showDialog') {
|
||||
if (id in shapeCallbacks) {
|
||||
invokeCallbacks(shapeCallbacks[id], 'onShow', id, shape)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user