Skip to content

Commit

Permalink
sdk: bump sciter sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
4silvertooth committed Jul 7, 2023
1 parent 09e6b3b commit 14e05fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk
Submodule sdk updated from e1097e to 69f306
4 changes: 2 additions & 2 deletions src/main.htm
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
}
}

refreshTabs(objdata){
this.tabs.postEvent(new Event("refresh", {data: objdata}));
refreshTabs(state){
this.tabs.postEvent(new Event("refresh", {data: state}));
}

saveCaretPosition(){
Expand Down

0 comments on commit 14e05fb

Please sign in to comment.