mirror of
				https://github.com/gpxstudio/gpx.studio.git
				synced 2025-11-04 05:21:09 +00:00 
			
		
		
		
	prevent default on undo-redo
This commit is contained in:
		@@ -565,6 +565,7 @@
 | 
			
		||||
            } else {
 | 
			
		||||
                dbUtils.undo();
 | 
			
		||||
            }
 | 
			
		||||
            e.preventDefault();
 | 
			
		||||
        } else if ((e.key === 'Backspace' || e.key === 'Delete') && (e.metaKey || e.ctrlKey)) {
 | 
			
		||||
            if (!targetInput) {
 | 
			
		||||
                if (e.shiftKey) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user