modals: Rename close_modal_active to close_active.

This commit is contained in:
Aman Agrawal
2023-10-10 12:31:02 +00:00
committed by Tim Abbott
parent d54a917104
commit 0c7184aaa0
8 changed files with 15 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ import * as ui_report from "./ui_report";
* to avoid interference from other elements.
*
* 3) For settings, we have a click handler in settings.js
* that will close the dialog via modals.close_active_modal.
* that will close the dialog via modals.close_active.
*
* 4) We assume that since this is a modal, you will
* only ever have one confirm dialog active at any