#se-input image (width, height) and path node (x,y) input changes
This commit is contained in:
@@ -1072,8 +1072,6 @@ editor.init = () => {
|
||||
'#tool_source_save,#tool_docprops_save,#tool_prefs_save': 'ok',
|
||||
'#tool_source_cancel,#tool_docprops_cancel,#tool_prefs_cancel': 'cancel',
|
||||
|
||||
'#rwidthLabel, #iwidthLabel': 'width',
|
||||
'#rheightLabel, #iheightLabel': 'height',
|
||||
'#cornerRadiusLabel span': 'c_radius',
|
||||
'#angleLabel': 'angle',
|
||||
'#linkLabel,#tool_make_link_multi': 'globe_link',
|
||||
@@ -4916,6 +4914,10 @@ editor.init = () => {
|
||||
$id('line_y1').addEventListener('change', (e) => attrChanger(e));
|
||||
$id('line_x2').addEventListener('change', (e) => attrChanger(e));
|
||||
$id('line_y2').addEventListener('change', (e) => attrChanger(e));
|
||||
$id('image_width').addEventListener('change', (e) => attrChanger(e));
|
||||
$id('image_height').addEventListener('change', (e) => attrChanger(e));
|
||||
$id('path_node_x').addEventListener('change', (e) => attrChanger(e));
|
||||
$id('path_node_y').addEventListener('change', (e) => attrChanger(e));
|
||||
|
||||
// register actions for layer toolbar
|
||||
$id('layer_new').addEventListener('click', newLayer);
|
||||
|
||||
Reference in New Issue
Block a user