Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-10-03 17:56:28 +03:00
parent a7977554dc
commit 2b49e37dc8

View File

@ -16,6 +16,8 @@ var widget = require('./widget')
/*********************************************************************/ /*********************************************************************/
//--------------------------------------------------------------------- //---------------------------------------------------------------------
// Helpers... // Helpers...
@ -545,8 +547,7 @@ var BaseItemPrototype = {
// but this works OK: // but this works OK:
// dialog.disable('nested/2') // dialog.disable('nested/2')
// //
// This might also be a side effect of the .dom / .elem set of // Q: can this be a side effect of the .dom / .elem set of issues???
// issues...
// //
// This issue seems to go away after expanding/collapsing the // This issue seems to go away after expanding/collapsing the
// nested item several times, the buttons are gone but the // nested item several times, the buttons are gone but the