This commit is contained in:
Liang Ding 2014-12-18 23:04:41 +08:00
parent 20ac7c89d4
commit 24c29e176e
1 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
var windows = { var windows = {
isMaxEditor: false, isMaxEditor: false,
@ -74,10 +74,9 @@ var windows = {
|| $(event.target).closest(".bottom-window-group").length === 1 || $(event.target).closest(".bottom-window-group").length === 1
|| $(event.target).closest(".toolbars").length === 1 || $(event.target).closest(".toolbars").length === 1
|| $(event.target).closest(".side").length === 1) { || $(event.target).closest(".side").length === 1) {
return false; } else {
windows.clearFloat();
} }
windows.clearFloat();
}); });
}, },
maxBottom: function () { maxBottom: function () {