diff --git a/common/content/history.js b/common/content/history.js index b3f16a38..9dba789d 100644 --- a/common/content/history.js +++ b/common/content/history.js @@ -74,6 +74,9 @@ var History = Module("history", { * marks stack. @optional */ stepTo: function stepTo(steps, jumps) { + if (dactyl.forceOpen.target == dactyl.NEW_TAB) + tabs.cloneTab(tabs.getTab(), true); + if (jumps) steps -= marks.jump(steps); if (steps == 0)