uikit icon indicating copy to clipboard operation
uikit copied to clipboard

hide fired twice wne using overlay

Open pgherveou opened this issue 12 years ago • 1 comments

I just tried this code from the demo page adding overlay caused the event to be fired twice Didn't check why yet, any idea ?

new ui.Dialog({ title: 'Title', message: "I'm a simple dialog" })
        .closable().overlay().show().on('hide', function(){console.log("hide")})

pgherveou avatar Apr 26 '12 21:04 pgherveou

hmmm could be that most recent commit that I merged, looks fine to me, ill have to write some tests for that

tj avatar Apr 26 '12 23:04 tj