mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 05:28:07 +01:00
This commit is contained in:
parent
c88f99646c
commit
508eb93183
33 changed files with 111 additions and 108 deletions
|
|
@ -135,7 +135,7 @@ ${renewHTML}<div class="fn__hr--b"></div>`;
|
|||
if (typeof event.detail !== "number") {
|
||||
target = event.detail;
|
||||
}
|
||||
while (target && (target !== modelMainElement)) {
|
||||
while (target && target !== modelMainElement) {
|
||||
if (target.getAttribute("data-action") === "iOSPay") {
|
||||
iOSPurchase(target.getAttribute("data-type"));
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue