Skip to content

Commit

Permalink
v2.9.1:fix: セーブするとキャンセル音がする件(_archive.sn)
Browse files Browse the repository at this point in the history
  • Loading branch information
famibee committed Dec 19, 2021
1 parent c9eeb83 commit b1b8e03
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 245 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# Change Log

## v2.9.1
- fix: セーブするとキャンセル音がする件(doc/prj/frames/_archive.sn)
## v2.9.0
- fix: ライブラリ変更(MDB 5 モーダルが無料で使えなくなったので bootstrap 5に)
- Bootstrap Modal - examples & tutorial https://mdbootstrap.com/docs/standard/components/modal/
Expand Down
2 changes: 1 addition & 1 deletion doc/app/index.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions doc/prj/frames/_archive.sn
Expand Up @@ -83,7 +83,7 @@
[se fn=&sysse_ok1 buf=SYS]

[call label=*do_save]
[jump label=*exit]
[jump label=*no_cancel_exit]

*do_save_resume
&_save.place = 0
Expand Down Expand Up @@ -157,14 +157,14 @@

;*********************************************************
*exit
[se fn=&sysse_cancel buf=SYS]
*no_cancel_exit
[let_frame id=archive var_name=is_modal]
[if exp=const.sn.frm.archive.is_modal]
[let_frame id=archive var_name=modal_hide function=true]
[jump label=***before cond=const.sn.frm.archive.is_modal]
[endif]

[se fn=&sysse_cancel buf=SYS]

[tsy_frame id=archive time=500 y=&const.sn.frm.archive.height]
[wait_tsy id=archive]
[frame id=archive visible=false]
Expand Down
2 changes: 1 addition & 1 deletion doc/web.js

Large diffs are not rendered by default.

0 comments on commit b1b8e03

Please sign in to comment.