Back/Frovard Navigation by window.history feature added to editor.

This commit is contained in:
bahadır
2022-10-17 01:01:30 +03:00
parent 1820b50602
commit 524896d6b5
7 changed files with 142 additions and 63 deletions

View File

@@ -88,6 +88,12 @@
"language": "Language",
"browserDefault": "Browser default"
},
"navigationHistory":{
"title":"Back/Forward Navigation",
"trackNodes": "Enable node selection tracking",
"trackFlows": "Enable flow selection tracking",
"trackEditor": "Enable editor selection tracking"
},
"sidebar": {
"show": "Show sidebar"
},