projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e6f94
)
The mail notification type was unselectable
author
Alexander Ebert
<ebert@woltlab.com>
Mon, 15 Feb 2021 19:05:54 +0000
(20:05 +0100)
committer
Alexander Ebert
<ebert@woltlab.com>
Mon, 15 Feb 2021 19:05:54 +0000
(20:05 +0100)
ts/WoltLabSuite/Core/Controller/User/Notification/Settings.ts
patch
|
blob
|
blame
|
history
wcfsetup/install/files/js/WoltLabSuite/Core/Controller/User/Notification/Settings.js
patch
|
blob
|
blame
|
history
diff --git
a/ts/WoltLabSuite/Core/Controller/User/Notification/Settings.ts
b/ts/WoltLabSuite/Core/Controller/User/Notification/Settings.ts
index adf7d1c9a5c062da8b1259efcd12528de2e19511..8dd6a3fc840952c2c599d84d0538b3dcbd14c8bb 100644
(file)
--- a/
ts/WoltLabSuite/Core/Controller/User/Notification/Settings.ts
+++ b/
ts/WoltLabSuite/Core/Controller/User/Notification/Settings.ts
@@
-29,6
+29,7
@@
function stateChange(event: Event): void {
function click(event: Event): void {
event.preventDefault();
+ event.stopPropagation();
const button = event.currentTarget as HTMLAnchorElement;
_objectId = ~~button.dataset.objectId!;
diff --git
a/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/User/Notification/Settings.js
b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/User/Notification/Settings.js
index 39706ece2a57a359a364f8ea0e59baa8149b3e74..e641c288ae2aabf28384cf4e1d4f835bc8a74fd7 100644
(file)
--- a/
wcfsetup/install/files/js/WoltLabSuite/Core/Controller/User/Notification/Settings.js
+++ b/
wcfsetup/install/files/js/WoltLabSuite/Core/Controller/User/Notification/Settings.js
@@
-29,6
+29,7
@@
define(["require", "exports", "tslib", "../../../Language", "../../../Ui/Dropdow
}
function click(event) {
event.preventDefault();
+ event.stopPropagation();
const button = event.currentTarget;
_objectId = ~~button.dataset.objectId;
createDropDown();