Skip to content

Commit

Permalink
Find: Fix "where" section not remembered - fixes #873
Browse files Browse the repository at this point in the history
rn=

(integrated from master branch change 9.2.1-724-g0cf4861 by Nathan Rijksen <n.rijksen@gmail.com>)
  • Loading branch information
Naatan committed Dec 4, 2015
1 parent 538737a commit 63b11fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chrome/komodo/content/find/find2.p.js
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,7 @@ function updateWrapperHeight(repeat=true)

function closeFindFrame()
{
on_unload();
opener.document.getElementById("findReplaceWrap").setAttribute("collapsed", "true");

var editor = require("ko/editor");
Expand Down

0 comments on commit 63b11fb

Please sign in to comment.