Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-09-25 01:06:40 +03:00
parent 19abb66d73
commit a4bf20ccc3

View File

@ -542,6 +542,8 @@ var BaseItemPrototype = {
// or: // or:
// dialog.disable('B/C/D/a') // dialog.disable('B/C/D/a')
// //
// ...in both cases the whole nested browser disappears...
//
// but this works OK: // but this works OK:
// dialog.disable('nested/2') // dialog.disable('nested/2')
update: function(options){ update: function(options){