Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
uxNotificationアプリケーションでプラグインを使用しています。ソースコードでは、プロパティを に設定して構成し、追加のdestroyAfterHideプロパティtrueをcloseActionに設定しましたdestroy。ただし、閉じるボタンをクリックしてwin.destroy()手動で行った後でも、アラート (勝利) はオブジェクトを表示しますが、期待どおりではありundefinedませんnull。
uxNotification
destroyAfterHide
true
closeAction
destroy
win.destroy()
undefined
null