Skip to content

Commit 2d6f4bc

Browse files
author
Chris K
committed
DFL-3640 Up/Down doesn't change value when editing number in Styles
1 parent e455056 commit 2d6f4bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/style/css_inspector_actions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@ cls.CSSInspectorActions = function(id)
442442

443443
/* ActionHandler interface */
444444

445+
ActionHandlerInterface.apply(this);
446+
445447
var MODE_DEFAULT = "default";
446448
var MODE_EDIT = "edit";
447449
var MODE_EDIT_CLASS = "edit-mode";

0 commit comments

Comments
 (0)